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 45
45
security-events : write
46
46
steps :
47
47
- name : Download SARIF file
48
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
48
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
49
49
with :
50
50
name : results.sarif
51
51
path : results.sarif
Original file line number Diff line number Diff line change 26
26
working-directory : lambdas
27
27
run : yarn install --frozen-lockfile && yarn run test && yarn dist
28
28
- 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
30
30
id : token
31
31
with :
32
32
app-id : ${{ vars.RELEASER_APP_ID }}
45
45
- name : Attest
46
46
if : ${{ steps.release.outputs.releases_created == 'true' }}
47
47
id : attest
48
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
48
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
49
49
with :
50
50
subject-path : ' ${{ github.workspace }}/lambdas/functions/**/*.zip'
51
51
- name : Update release notes with attestation
Original file line number Diff line number Diff line change 63
63
run : |
64
64
git config user.name github-actions[bot]
65
65
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
67
67
with :
68
68
python-version : 3.x
69
69
- run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments