@@ -20,21 +20,21 @@ jobs:
2020 attestations : write
2121 steps :
2222 - name : Harden the runner (Audit all outbound calls)
23- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
23+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2424 with :
2525 egress-policy : audit
2626
27- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
27+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
2828 with :
2929 node-version : 22
30- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131 with :
3232 persist-credentials : false
3333 - name : Build dist
3434 working-directory : lambdas
3535 run : yarn install --frozen-lockfile && yarn run test && yarn dist
3636 - name : Get installation token
37- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
37+ uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3838 id : token
3939 with :
4040 app-id : ${{ vars.RELEASER_APP_ID }}
@@ -45,15 +45,15 @@ jobs:
4545 run : echo "name=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
4646 - name : Release
4747 id : release
48- uses : googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2 .0
48+ uses : googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3 .0
4949 with :
5050 target-branch : ${{ steps.branch.outputs.name }}
5151 release-type : terraform-module
5252 token : ${{ steps.token.outputs.token }}
5353 - name : Attest
5454 if : ${{ steps.release.outputs.releases_created == 'true' }}
5555 id : attest
56- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
56+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
5757 with :
5858 subject-path : ' ${{ github.workspace }}/lambdas/functions/**/*.zip'
5959 - name : Update release notes with attestation
0 commit comments