Skip to content
Closed
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/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# Upload the results as artifacts (optional).
- name: "Upload artifact"
uses: actions/upload-artifact@v7

Check failure on line 46 in .github/workflows/scorecards-analysis.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 46 in .github/workflows/scorecards-analysis.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

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

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a
uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43
with:
sarif_file: results.sarif
Loading