File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 printf 'Update tag? %s\n' "${UPDATE_TAG:?}"
154154 printf 'Update release? %s\n' "${UPDATE_RELEASE:?}"
155155 - name : " Delete previous nightly release"
156- uses : actions/github-script@v7
156+ uses : actions/github-script@v8
157157 if : " ${{ steps.nightly-logic.outputs.UPDATE_RELEASE == 'true' }}"
158158 with :
159159 retries : 3
@@ -178,7 +178,7 @@ jobs:
178178 throw new Error('getReleaseByTag failed: response is undefined or missing data.');
179179 }
180180 - name : " Update nightly tag"
181- uses : actions/github-script@v7
181+ uses : actions/github-script@v8
182182 if : " ${{ steps.nightly-logic.outputs.UPDATE_TAG == 'true' }}"
183183 with :
184184 retries : 3
@@ -265,7 +265,7 @@ jobs:
265265 enableCrossOsArchive : true
266266 lookup-only : true
267267 - name : " Keep workflow alive"
268- uses : actions/github-script@v7
268+ uses : actions/github-script@v8
269269 timeout-minutes : 5
270270 env :
271271 WORKFLOW_REF : " ${{ github.workflow_ref }}"
Original file line number Diff line number Diff line change 3838 printf 'SONAR_TOKEN_SET=%s\n' "${token_set:?}" 1>> "${GITHUB_OUTPUT?}"
3939 - name : " Verify the dependency graph"
4040 id : dependency-graph
41- uses : actions/github-script@v7
41+ uses : actions/github-script@v8
4242 timeout-minutes : 5
4343 with :
4444 retries : 3
Original file line number Diff line number Diff line change 7272 enableCrossOsArchive : true
7373 lookup-only : true
7474 - name : " Keep workflow alive"
75- uses : actions/github-script@v7
75+ uses : actions/github-script@v8
7676 timeout-minutes : 5
7777 env :
7878 WORKFLOW_REF : " ${{ github.workflow_ref }}"
Original file line number Diff line number Diff line change 4141 printf 'now=%s\n' "${now:?}" 1>> "${GITHUB_OUTPUT?}" || exit "${?}"
4242 - name : " Create annotated tag"
4343 id : tag-creation
44- uses : actions/github-script@v7
44+ uses : actions/github-script@v8
4545 timeout-minutes : 5
4646 env :
4747 ACTOR_ID : " ${{ github.actor_id }}"
You can’t perform that action at this time.
0 commit comments