Skip to content

Commit 9dc3af9

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
145145
env:
146146
OWNER: ${{ matrix.repository.owner }}
147147
REPO: ${{ matrix.repository.repo }}

0 commit comments

Comments
 (0)