Skip to content

Commit a917d2d

Browse files
build(deps): bump actions/github-script from 8 to 9 (#89)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e48b0e0 commit a917d2d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/auto-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
printf 'Update tag? %s\n' "${UPDATE_TAG:?}"
164164
printf 'Update release? %s\n' "${UPDATE_RELEASE:?}"
165165
- name: "Delete previous nightly release"
166-
uses: actions/github-script@v8
166+
uses: actions/github-script@v9
167167
if: "${{ steps.nightly-logic.outputs.UPDATE_RELEASE == 'true' }}"
168168
with:
169169
retries: 3
@@ -188,7 +188,7 @@ jobs:
188188
throw new Error('getReleaseByTag failed: response is undefined or missing data.');
189189
}
190190
- name: "Update nightly tag"
191-
uses: actions/github-script@v8
191+
uses: actions/github-script@v9
192192
if: "${{ steps.nightly-logic.outputs.UPDATE_TAG == 'true' }}"
193193
with:
194194
retries: 3
@@ -289,7 +289,7 @@ jobs:
289289
enableCrossOsArchive: true
290290
lookup-only: true
291291
- name: "Keep workflow alive"
292-
uses: actions/github-script@v8
292+
uses: actions/github-script@v9
293293
timeout-minutes: 5
294294
env:
295295
WORKFLOW_REF: "${{ github.workflow_ref }}"
@@ -321,7 +321,7 @@ jobs:
321321

322322
steps:
323323
- name: "Delete old caches"
324-
uses: actions/github-script@v8
324+
uses: actions/github-script@v9
325325
with:
326326
retries: 3
327327
script: |

.github/workflows/code-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
printf 'SONAR_TOKEN_SET=%s\n' "${token_set:?}" 1>> "${GITHUB_OUTPUT?}"
4343
- name: "Verify the dependency graph"
4444
id: dependency-graph
45-
uses: actions/github-script@v8
45+
uses: actions/github-script@v9
4646
timeout-minutes: 5
4747
with:
4848
retries: 3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
enableCrossOsArchive: true
7676
lookup-only: true
7777
- name: "Keep workflow alive"
78-
uses: actions/github-script@v8
78+
uses: actions/github-script@v9
7979
timeout-minutes: 5
8080
env:
8181
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
@@ -42,7 +42,7 @@ jobs:
4242
printf 'now=%s\n' "${now:?}" 1>> "${GITHUB_OUTPUT?}" || exit "${?}"
4343
- name: "Create annotated tag"
4444
id: tag-creation
45-
uses: actions/github-script@v8
45+
uses: actions/github-script@v9
4646
timeout-minutes: 5
4747
env:
4848
ACTOR_ID: "${{ github.actor_id }}"

0 commit comments

Comments
 (0)