File tree Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 # Initializes the CodeQL tools for scanning.
2323 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1212 fossa :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616
1717 - uses : fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
1818 with :
Original file line number Diff line number Diff line change 1313 pull-requests : write
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/labeler@v5
1818 with :
1919 configuration-path : ' .github/component-label-map.yml'
Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-node@v4
1818 with :
1919 node-version : 18
Original file line number Diff line number Diff line change 1919 # Needed for GitHub OIDC token if publish_results is true
2020 id-token : write
2121 steps :
22- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323 with :
2424 persist-credentials : false
2525
Original file line number Diff line number Diff line change 1616 image : node:20
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Install script dependencies
2222 run : npm ci
Original file line number Diff line number Diff line change 1616 image : node:20
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Install glob
2222 run : npm install glob
Original file line number Diff line number Diff line change 1616 steps :
1717 # The logic below handles the npm publication:
1818 - name : Checkout Repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222
4343 - name : Checkout release PR
4444 # only checkout if a PR has been created, otherwise this will fail
4545 if : ${{ steps.release.outputs.pr }}
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 with :
4848 ref : release-please--branches--main
4949 # use a token so that workflows on the PR run when we push later
6565 - name : Checkout Repository
6666 # only checkout if a release has been created
6767 if : ${{ steps.release.outputs.releases_created }}
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 with :
7070 fetch-depth : 0
7171
Original file line number Diff line number Diff line change 2525 NODE_OPTIONS : --max-old-space-size=4096
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 # Use the same Node.js version used for `release-please` workflow.
@@ -160,7 +160,7 @@ jobs:
160160 NPM_CONFIG_UNSAFE_PERM : true
161161 steps :
162162 - name : Checkout
163- uses : actions/checkout@v4
163+ uses : actions/checkout@v5
164164 with :
165165 fetch-depth : 0
166166 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1818 NODE_OPTIONS : --max-old-space-size=4096
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424 # Use the same Node.js version used for `release-please` workflow.
@@ -190,7 +190,7 @@ jobs:
190190 NODE_OPTIONS : --max-old-space-size=4096
191191 steps :
192192 - name : Checkout
193- uses : actions/checkout@v4
193+ uses : actions/checkout@v5
194194 with :
195195 fetch-depth : 0
196196 - uses : actions/setup-node@v4
@@ -239,7 +239,7 @@ jobs:
239239 needs : unit-test
240240 steps :
241241 - name : Checkout
242- uses : actions/checkout@v4
242+ uses : actions/checkout@v5
243243 with :
244244 fetch-depth : 0
245245 - uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments