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

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

Check failure on line 35 in .github/workflows/codeql.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 35 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.36.3
uses: github/codeql-action/init@v4.37.2

Check failure on line 39 in .github/workflows/codeql.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 39 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

codeql.yml:39: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -49,7 +49,7 @@
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v4.36.3
uses: github/codeql-action/autobuild@v4.37.2

Check failure on line 52 in .github/workflows/codeql.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 52 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

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

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -62,6 +62,6 @@
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.36.3
uses: github/codeql-action/analyze@v4.37.2

Check failure on line 65 in .github/workflows/codeql.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 65 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

codeql.yml:65: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
category: '/language:${{matrix.language}}'
Loading