Skip to content

Commit 6ca59f2

Browse files
chore(deps): update actions/github-script action to v9 (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 505664c commit 6ca59f2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/e2e-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
260260
- name: Comment on PR
261261
if: always()
262-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
262+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
263263
env:
264264
PR_NUMBER: ${{ needs.e2e-test.outputs.pr_number }}
265265
IMAGE: ${{ needs.e2e-test.outputs.image }}
@@ -398,7 +398,7 @@ jobs:
398398
399399
- name: Comment on PR
400400
if: steps.pr-info.outputs.pr_number != ''
401-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
401+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
402402
env:
403403
PR_NUMBER: ${{ steps.pr-info.outputs.pr_number }}
404404
E2E_RUN_ID: ${{ github.run_id }}

.github/workflows/pr-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
241241
- name: Comment on PR
242242
if: env.HAS_QUAY_AUTH == 'true'
243-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
243+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
244244
env:
245245
PR_NUMBER: ${{ steps.pr-info.outputs.pr_number }}
246246
SHORT_SHA: ${{ steps.pr-info.outputs.short_sha }}
@@ -429,7 +429,7 @@ jobs:
429429
pull-requests: write
430430
steps:
431431
- name: Comment on PR
432-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
432+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
433433
env:
434434
BUILD_RUN_ID: ${{ github.event.workflow_run.id }}
435435
with:

0 commit comments

Comments
 (0)