We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58eddcf + e28c63a commit 6307f9aCopy full SHA for 6307f9a
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
35
steps:
36
- name: Download Package
37
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
38
with:
39
name: Packages
40
path: dist
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Upload zizmor SARIF report into the GitHub repo code scanning
62
if: contains(matrix.name, 'linting')
63
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
64
65
sarif_file: zizmor.sarif
66
category: zizmor
0 commit comments