File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 security-events : write
4646 steps :
4747 - name : Download SARIF file
48- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
48+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
4949 with :
5050 name : results.sarif
5151 path : results.sarif
Original file line number Diff line number Diff line change 2626 working-directory : lambdas
2727 run : yarn install --frozen-lockfile && yarn run test && yarn dist
2828 - name : Get installation token
29- uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
29+ uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
3030 id : token
3131 with :
3232 app-id : ${{ vars.RELEASER_APP_ID }}
4545 - name : Attest
4646 if : ${{ steps.release.outputs.releases_created == 'true' }}
4747 id : attest
48- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
48+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
4949 with :
5050 subject-path : ' ${{ github.workspace }}/lambdas/functions/**/*.zip'
5151 - name : Update release notes with attestation
Original file line number Diff line number Diff line change 6363 run : |
6464 git config user.name github-actions[bot]
6565 git config --global user.email "github-actions[bot]@users.noreply.github.com"
66- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
66+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
6767 with :
6868 python-version : 3.x
6969 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments