Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@v4

Check failure on line 53 in .github/workflows/scorecard.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 53 in .github/workflows/scorecard.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

scorecard.yml:53: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
name: SARIF file
path: results.sarif
Expand All @@ -58,6 +58,6 @@

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v4.37.1
uses: github/codeql-action/upload-sarif@v4.37.3

Check failure on line 61 in .github/workflows/scorecard.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 61 in .github/workflows/scorecard.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

scorecard.yml:61: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
sarif_file: results.sarif
Loading