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
4 changes: 2 additions & 2 deletions .github/workflows/codeql-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.1

Check warning

Code scanning / zizmor

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

action's hash pin has mismatched or missing version comment: points to commit 7188fc363630
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand Down Expand Up @@ -74,6 +74,6 @@
exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.1

Check warning

Code scanning / zizmor

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

action's hash pin has mismatched or missing version comment: points to commit 7188fc363630
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.0

Check warning

Code scanning / zizmor

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

action's hash pin has mismatched or missing version comment: points to commit 99df26d4f13e
with:
sarif_file: results.sarif
category: zizmor
Loading