Skip to content
Merged
Show file tree
Hide file tree
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/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# NB: Could also set `fail-on-increase: false` and use `if: ${{steps.malcontent.outputs.risk-delta > 5}}` to allow some risk increase

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba #v3.29.0 - 11 Jun 2025
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa #v3.29.0 - 11 Jun 2025

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit ce28f5bb42b7 Warning

action's hash pin has mismatched or missing version comment: points to commit ce28f5bb42b7
if: always() # Upload even if the malcontent check fails
with:
sarif_file: ${{ steps.malcontent.outputs.sarif-file }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba #v3.29.0 - 11 Jun 2025
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa #v3.29.0 - 11 Jun 2025

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit ce28f5bb42b7 Warning

action's hash pin has mismatched or missing version comment: points to commit ce28f5bb42b7
if: always() # Upload even if the malcontent check fails
with:
sarif_file: ${{ steps.malcontent.outputs.sarif-file }}
Expand Down
Loading