File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 steps :
3232 - name : Precompute deterministic findings
3333 id : precompute
34- uses : actions/github-script@v7
34+ uses : actions/github-script@v8
3535 with :
3636 github-token : ${{ secrets.GH_AW_BOT_DETECTION_TOKEN || secrets.GITHUB_TOKEN }}
3737 script : |
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ timeout-minutes: 20
3333strict : true
3434steps :
3535 - name : Setup Go
36- uses : actions/setup-go@v5
36+ uses : actions/setup-go@v6
3737 with :
3838 go-version-file : go.mod
3939 cache : true
Original file line number Diff line number Diff line change 5050 ci_run_id : ${{ steps.ci_check.outputs.ci_run_id }}
5151 steps :
5252 - name : Checkout repository
53- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
53+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454 with :
5555 persist-credentials : false
5656 - name : Check last CI workflow run status on main branch
Original file line number Diff line number Diff line change 5151
5252 - name : Compute release configuration
5353 id : compute_config
54- uses : actions/github-script@v7
54+ uses : actions/github-script@v8
5555 with :
5656 script : |
5757 const releaseType = context.payload.inputs.release_type;
@@ -172,7 +172,7 @@ jobs:
172172 echo "✓ Tag created: $RELEASE_TAG"
173173
174174 - name : Setup Go
175- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
175+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
176176 with :
177177 go-version-file : go.mod
178178 cache : false # Disabled for release security - prevent cache poisoning attacks
Original file line number Diff line number Diff line change 7373 retention-days : 7
7474steps :
7575 - name : Download super-linter log
76- uses : actions/download-artifact@v6
76+ uses : actions/download-artifact@v7
7777 with :
7878 name : super-linter-log
7979 path : /tmp/gh-aw/
You can’t perform that action at this time.
0 commit comments