Skip to content

Commit e5b7989

Browse files
chore(deps): update actions/github-script action to v9 (#1866)
| datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | actions/github-script | v8.0.0 | v9.0.0 | | github-tags | actions/github-script | v8 | v9 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent e7a3275 commit e5b7989

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/check-drone-signature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
- name: Post PR message about fork
4848
if: steps.check-if-fork.outputs.isFork == true && github.event_name == 'pull_request'
49-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
49+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5050
with:
5151
script: |
5252
github.issues.createComment({

.github/workflows/check-for-non-releasable-actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
./release-please-config.json
3838
3939
- name: Check for non-releasable actions
40-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
40+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
4141
with:
4242
script: |
4343
const fs = require('fs/promises');

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# `<actions>/<name>--sha`.
4242
- name: tag major and minor versions
4343
if: steps.release.outputs.releases_created == 'true'
44-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
44+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4545
env:
4646
RELEASES: ${{ toJSON(steps.release.outputs) }}
4747
with:

.github/workflows/reusable-zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- id: get-job-workflow-ref
106106
name: Fetch the job_workflow_ref of this run
107-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
107+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
108108
with:
109109
script: |
110110
const { jwtVerify, createRemoteJWKSet } = require('jose');
@@ -290,7 +290,7 @@ jobs:
290290
- name: Fetch Zizmor Config
291291
id: fetch-config
292292
if: steps.cache-config.outputs.cache-hit != 'true' && env.DEFAULT_ZIZMOR_CONFIG_DOWNLOADED
293-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
293+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
294294
env:
295295
OWNER: ${{ needs.job-workflow-ref.outputs.owner }}
296296
REPO: ${{ needs.job-workflow-ref.outputs.repo }}

actions/create-github-app-token/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
echo "ref_sha=$REF_SHA" >> "$GITHUB_OUTPUT"
3838
3939
- id: get-github-jwt-token-proxy
40-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
40+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4141
env:
4242
VAULT_INSTANCE: ${{ inputs.vault_instance }}
4343
with:
@@ -48,7 +48,7 @@ runs:
4848
console.log("GitHub token creation done!")
4949
5050
- id: get-github-jwt-token-vault
51-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
51+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5252
env:
5353
VAULT_INSTANCE: ${{ inputs.vault_instance }}
5454
with:

actions/get-vault-secrets/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
REPO: ${{ github.repository }}
6565

6666
- id: get-github-jwt-token
67-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
67+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6868
env:
6969
VAULT_INSTANCE: ${{ inputs.vault_instance }}
7070
with:

0 commit comments

Comments
 (0)