Skip to content

Commit b97a8f8

Browse files
chore(deps): update actions/github-script action to v8
| datasource | package | from | to | | ----------- | --------------------- | ---- | -- | | github-tags | actions/github-script | v7 | v8 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent b86d098 commit b97a8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/periodic-zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
print(f"Periodic zizmor scan finding: repo={item['repo']}, kind={item['kind']}, level={item['level']}, message={item['message']}, annotation={item['annotation']}, path={item['path']}, snippet={item['snippet']}, startLine={item['startLine']}, endLine={item['endLine']}, startColumn={item['startColumn']}, endColumn={item['endColumn']}")
142142
143143
- name: Upload SARIF results
144-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
144+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
145145
env:
146146
OWNER: ${{ matrix.repository.owner }}
147147
REPO: ${{ matrix.repository.repo }}

0 commit comments

Comments
 (0)