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/security.yml

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 have mismatched versions

Security scans will run with incompatible CodeQL components, risking database format incompatibility, incomplete vulnerability detection, or workflow failures. Every PR security check will be affected.

Assertion details
  • Input: Workflow runs CodeQL security scan with init@v4.37.0 and analyze@v4.35.5
  • Expected: Both CodeQL actions should be on the same major.minor version (e.g., both v4.37.0) to ensure database format compatibility
  • Actual: Version skew between actions: init bumped to 4.37.0 while analyze remains at 4.35.5

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

Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Initialize CodeQL
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
with:
languages: ${{ matrix.language }}

Expand Down
Loading