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

steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

Check warning on line 28 in .github/workflows/codeql-analysis.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

codeql-analysis.yml:28: action's hash pin has mismatched or missing version comment: points to commit 3d3c42e5aac5
with:
persist-credentials: false
- name: Checkout vcpkg
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

Check warning on line 32 in .github/workflows/codeql-analysis.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

codeql-analysis.yml:32: action's hash pin has mismatched or missing version comment: points to commit 3d3c42e5aac5
with:
path: "build/vcpkg"
repository: "microsoft/vcpkg"
Expand Down Expand Up @@ -72,7 +72,7 @@
--clean-after-build

- name: Initialize CodeQL
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4
with:
languages: ${{ matrix.language }}

Expand All @@ -92,4 +92,4 @@
cmake --build build/output

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4
Loading