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
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
uses: github/codeql-action/autobuild@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Use one CodeQL Action ref across all steps

This workflow still initializes and analyzes with 8aad20d... (v4.36.2) while this line switches only autobuild to 7188fc... (v4.37.1). The CodeQL Action changelog says mixing different CodeQL Action versions in one workflow is unsupported and that non-init steps can error when they load configuration generated by a different codeql-action/init version, so the push/pull_request/schedule CodeQL job can stop at Autobuild instead of producing analysis; bump init, autobuild, and analyze together to the same ref.

Useful? React with 👍 / 👎.


# ℹ️ 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 Down
Loading