Skip to content

Commit 078c4a8

Browse files
chore(deps): update actions/github-script action to v8 (#1307)
| datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | actions/github-script | v7.1.0 | v8.0.0 | | github-tags | actions/github-script | v7 | v8 | 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 31b0c57 commit 078c4a8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
49+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
40+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
44+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.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
@@ -98,7 +98,7 @@ jobs:
9898

9999
- id: get-job-workflow-ref
100100
name: Fetch the job_workflow_ref of this run
101-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
101+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
102102
with:
103103
script: |
104104
const { jwtVerify, createRemoteJWKSet } = require('jose');
@@ -270,7 +270,7 @@ jobs:
270270
- name: Fetch Zizmor Config
271271
id: fetch-config
272272
if: steps.cache-config.outputs.cache-hit != 'true' && env.DEFAULT_ZIZMOR_CONFIG_DOWNLOADED
273-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
273+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
274274
env:
275275
OWNER: ${{ needs.job-workflow-ref.outputs.owner }}
276276
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
40-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
40+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
4141
env:
4242
VAULT_INSTANCE: ${{ inputs.vault_instance }}
4343
with:
@@ -47,7 +47,7 @@ runs:
4747
core.setOutput("github-jwt",jwt);
4848
4949
- id: get-github-jwt-auth-token
50-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
50+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
5151
env:
5252
VAULT_INSTANCE: ${{ inputs.vault_instance }}
5353
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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
67+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
6868
env:
6969
VAULT_INSTANCE: ${{ inputs.vault_instance }}
7070
with:

0 commit comments

Comments
 (0)