Skip to content

Commit 5078e5b

Browse files
chore(deps): update actions/github-script action to v9
1 parent 07dc340 commit 5078e5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/container-rescan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
exit-code: "0"
3636

3737
- name: Build rescan summary
38-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
38+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3939
with:
4040
script: |
4141
const fs = require('fs');

.github/workflows/container-scan.yaml

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

6161
- name: Build scan summary
6262
id: scan-summary
63-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
63+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6464
with:
6565
script: |
6666
const fs = require('fs');
@@ -90,7 +90,7 @@ jobs:
9090
- name: Post scan results as PR comment
9191
if: github.event_name == 'pull_request'
9292
continue-on-error: true # Fork PRs have read-only tokens and can't post comments
93-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
93+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
9494
env:
9595
COMMIT_SHA: ${{ github.sha }}
9696
with:

0 commit comments

Comments
 (0)