File tree Expand file tree Collapse file tree 10 files changed +30
-16
lines changed
Expand file tree Collapse file tree 10 files changed +30
-16
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Not specified
2828
2929``` yaml
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Checkout existing gh-pages content
2222 id : checkout-gh-pages
23- uses : actions/checkout@v4
23+
24+ # Same as actions/checkout@v5
25+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2426 continue-on-error : true
2527 with :
2628 ref : gh-pages
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ # Same as actions/checkout@v5
35+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
3536 with :
3637 fetch-depth : 0
3738
8485 needs : [static-checks]
8586 steps :
8687 - name : Checkout
87- uses : actions/checkout@v4
88+ # Same as actions/checkout@v5
89+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
8890
8991 - name : Set up Node.js
9092 uses : actions/setup-node@v4
@@ -123,7 +125,8 @@ jobs:
123125 needs : [static-checks]
124126 steps :
125127 - name : Checkout
126- uses : actions/checkout@v4
128+ # Same as actions/checkout@v5
129+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
127130
128131 - name : Set up Node.js
129132 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 4141 id-token : write
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@v4
44+ # Same as actions/checkout@v5
45+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
4546
4647 - name : Setup GitHub Pages content
4748 uses : ./.github/actions/setup-gh-pages
8687 id-token : write
8788 steps :
8889 - name : Checkout repository (for API access)
89- uses : actions/checkout@v4
90+ # Same as actions/checkout@v5
91+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
9092
9193 - name : Setup GitHub Pages content
9294 uses : ./.github/actions/setup-gh-pages
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v4
25+ # Same as actions/checkout@v5
26+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2627
2728 - name : Initialize CodeQL
2829 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 2121 if : ${{ github.event.pull_request.head.ref != 'changeset-release/master' }}
2222 steps :
2323 - name : Checkout project
24- uses : actions/checkout@v4
24+ # Same as actions/checkout@v5
25+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2526
2627 - name : Set ENV Variables
2728 run : |-
Original file line number Diff line number Diff line change 2424 pull-requests : write
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ # Same as actions/checkout@v5
28+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2829
2930 - name : Set up Node.js
3031 uses : actions/setup-node@v4
5859 PARALLEL_GROUPS : ${{ strategy.job-total }}
5960 steps :
6061 - name : Checkout project
61- uses : actions/checkout@v4
62+ # Same as actions/checkout@v5
63+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
6264
6365 - name : Set up Node.js
6466 uses : actions/setup-node@v4
8890 needs : [integration-tests]
8991 steps :
9092 - name : Checkout project
91- uses : actions/checkout@v4
93+ # Same as actions/checkout@v5
94+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
9295
9396 - name : Set up Node.js
9497 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 3434 steps :
3535 - name : Check out code
3636 # Same as actions/checkout@v5
37- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
37+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
3838 with :
3939 ref : ${{ github.ref }}
4040 fetch-depth : 0
@@ -126,7 +126,7 @@ jobs:
126126
127127 - name : Check out code
128128 # Same as actions/checkout@v5
129- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
129+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
130130 with :
131131 ref : ${{ steps.validate-pr.outputs.head_ref }}
132132 fetch-depth : 0
Original file line number Diff line number Diff line change 2323 id-token : write
2424 steps :
2525 - name : Checkout Repo
26- uses : actions/checkout@v4
26+ # Same as actions/checkout@v5
27+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2728 with :
2829 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2930 fetch-depth : 0
Original file line number Diff line number Diff line change 2525 contents : write
2626 steps :
2727 - name : Checkout project
28- uses : actions/checkout@v4
28+ # Same as actions/checkout@v5
29+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2930
3031 - name : Set up Node.js
3132 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments