Skip to content
Merged
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-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- cron: '22 12 * * 1'

jobs:
analyze:

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

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

codeql-analysis.yml:24: overly broad permissions: default permissions used due to no permissions: block
name: Analyze
runs-on: ubuntu-latest

Expand All @@ -35,11 +35,11 @@

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

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

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

codeql-analysis.yml:38: 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.37.4
uses: github/codeql-action/init@v4.37.5

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

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

codeql-analysis.yml:42: 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 @@ -50,7 +50,7 @@
# Autobuild attempts to build any compiled languages (C/C++, C#, 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.37.4
uses: github/codeql-action/autobuild@v4.37.5

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

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

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

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -64,4 +64,4 @@
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.4
uses: github/codeql-action/analyze@v4.37.5

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

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

codeql-analysis.yml:67: unpinned action reference: action is not pinned to a hash (required by blanket policy)
Loading