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
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ jobs:
languages: ${{ matrix.language }}

- name: Analyze with CodeQL
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
uses: github/codeql-action/analyze@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 CodeQL init and analyze actions use mismatched versions

Workflow may fail at CI time if the actions create/expect incompatible database formats or CLI versions. Security scans may not run or may produce errors.

Assertion details
  • Input: GitHub workflow executes CodeQL init (v4.35.5) followed by analyze (v4.37.1)
  • Expected: Both actions should use compatible versions, ideally from the same minor release
  • Actual: init action: v4.35.5, analyze action: v4.37.1 (2-minor-version gap)

Was this helpful? React 👍 or 👎
🤖 Datadog Autotest · What is Autotest? · Any feedback? Reach out in #autotest

Loading