Skip to content

Commit bc42f3e

Browse files
update(deps): bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd4ed04 commit bc42f3e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/auto-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}"

.github/workflows/code-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

.github/workflows/generate-perm-xml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
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 }}"

.github/workflows/tag-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)