File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515 os : [ ubuntu-latest, macos-latest, windows-latest ]
1616 runs-on : ${{ matrix.os }}
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1919 - name : Set up Python
2020 uses : actions/setup-python@v4
2121 with :
7979 needs : test
8080 runs-on : ubuntu-latest
8181 steps :
82- - uses : actions/checkout@v3
82+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
8383 - name : Download coverage reports
8484 uses : actions/download-artifact@v3
8585 with :
@@ -102,7 +102,7 @@ jobs:
102102 ports :
103103 - " 3000:3000"
104104 steps :
105- - uses : actions/checkout@v3
105+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
106106 - name : Set up Python
107107 uses : actions/setup-python@v4
108108 with :
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v3
20+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2121 with :
2222 # We must fetch at least the immediate parents so that if this is
2323 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1111 create-release :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1515 with :
1616 fetch-depth : 0
1717 token : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1313 with :
1414 fetch-depth : 0
1515 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 66 release :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1010 with :
1111 fetch-depth : 0
1212 token : ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments