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-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinned commit hash doesn't match stated version v3.25.13

Medium Severity

The commit hash 38697555549f1db7851b81482ff19f1fa5c4fedc pinned in the workflow does not correspond to github/codeql-action v3.25.13 as stated in the PR title. The correct hash for v3.25.13 is 2d790406f505036ef40ecba973cc774a50395aac, verified across multiple other repositories' dependabot PRs. This hash likely corresponds to a much newer version (possibly v4.x) due to @dependabot recreate resolving the latest version while keeping the stale PR title. This is a major version mismatch that could introduce unexpected breaking changes.

Additional Locations (2)
Fix in Cursor Fix in Web

with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -61,7 +61,7 @@ jobs:
# 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@4e94bd11f71e507f7f87df81788dff88d1dacbfb
uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc
Loading