File tree Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
15+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .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@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/labeler@v6
1818 with :
1919 configuration-path : ' .github/component-label-map.yml'
Original file line number Diff line number Diff line change 1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-node@v6
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
22+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .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@v5
19+ uses : actions/checkout@v6
2020
2121 - name : Install script dependencies
2222 run : npm ci --ignore-scripts
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Run add-labels-to-reviewed-pr.sh
2323 run : |
Original file line number Diff line number Diff line change 1616 image : node:22
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020
2121 - name : Ensure Release Please Config and Manifest are in sync with the repository
2222 run : node scripts/check-release-please.mjs
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121
4545 - name : Checkout release PR
4646 # only checkout if a PR has been created, otherwise this will fail
4747 if : ${{ steps.release.outputs.pr }}
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 with :
5050 ref : release-please--branches--main
5151 # use a token so that workflows on the PR run when we push later
6262 runs-on : ubuntu-latest
6363 environment : npm-publish-environment
6464 steps :
65- - uses : actions/checkout@v5
65+ - uses : actions/checkout@v6
6666 - uses : actions/setup-node@v6
6767 with :
6868 # Require npm 11.5.1 or later for https://docs.npmjs.com/trusted-publishers.
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@v5
28+ uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
3131 # Use the same Node.js version used for `release-please` workflow.
@@ -162,7 +162,7 @@ jobs:
162162 NPM_CONFIG_UNSAFE_PERM : true
163163 steps :
164164 - name : Checkout
165- uses : actions/checkout@v5
165+ uses : actions/checkout@v6
166166 with :
167167 fetch-depth : 0
168168 - uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments