3535 release_pr : ${{ steps.release-please.outputs.pr }}
3636 release_version : ${{ steps.release-please.outputs.version }}
3737 steps :
38- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout
38+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 https://github.com/actions/checkout
3939 with :
4040 fetch-depth : 0
4141 - uses : googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0 https://github.com/googleapis/release-please-action/commits/main/
8282 attempts : [1,2,3] # I want to have jobs specifically in place to retry or cancel a test based on IP collisions
8383 test_name : ${{ fromJSON(needs.setup.outputs.tests) }}
8484 steps :
85- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout
85+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 https://github.com/actions/checkout
8686 with :
8787 fetch-depth : 0
8888 - name : ' Clear out GitHub Runner'
@@ -155,7 +155,7 @@ jobs:
155155 name : lock-${{ matrix.test_name }}-${{ strategy.job-index }}
156156 path : /dev/null
157157 retention-days : 1
158- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0 https://github.com/actions/setup-go
158+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0 https://github.com/actions/setup-go
159159 if : (steps.check-lock.outputs.status == 'clean' && steps.check-ip.outputs.status == 'clean') || strategy.job-index == 0
160160 with :
161161 go-version-file : ' go.mod'
@@ -206,7 +206,7 @@ jobs:
206206 if : always() && needs.release.outputs.release_pr
207207 runs-on : ubuntu-latest
208208 steps :
209- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout
209+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 https://github.com/actions/checkout
210210 with :
211211 token : ${{secrets.GITHUB_TOKEN}}
212212 fetch-depth : 0
@@ -233,7 +233,7 @@ jobs:
233233 if : always() && needs.release.outputs.release_pr
234234 runs-on : ubuntu-latest
235235 steps :
236- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout
236+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 https://github.com/actions/checkout
237237 with :
238238 token : ${{secrets.GITHUB_TOKEN}}
239239 fetch-depth : 0
@@ -326,7 +326,7 @@ jobs:
326326 steps :
327327 # If the e2e tests pass we automatically generate an RC release
328328 # this shouldn't happen when the release PR is merged, only when it's opened or updated
329- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout
329+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 https://github.com/actions/checkout
330330 with :
331331 fetch-depth : 0
332332 - name : Create and Push RC Tag with Git
@@ -407,13 +407,11 @@ jobs:
407407 env :
408408 TAG : ${{ env.RC_TAG }}
409409 BRANCH : ${{ env.RC_BRANCH }}
410- OWNER : ${{ github.repository_owner }}
411- REPO : ${{ github.event.repository.name }}
412410 with :
413411 script : |
414412 const scriptPath = `${{ github.workspace }}/.github/workflows/scripts/rc-notify.js`;
415413 const { default: script } = await import(scriptPath);
416- await script({github, process});
414+ await script({github, context, core, process});
417415
418416 # This runs after release-please generates a release, so when the release PR is merged
419417 publish :
@@ -428,10 +426,10 @@ jobs:
428426 if : always() && needs.release.outputs.release_version
429427 runs-on : ubuntu-latest
430428 steps :
431- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout
429+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 https://github.com/actions/checkout
432430 with :
433431 fetch-depth : 0
434- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0 https://github.com/actions/setup-go
432+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0 https://github.com/actions/setup-go
435433 with :
436434 go-version-file : ' go.mod'
437435 cache : true
0 commit comments