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
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@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0

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 action version mismatch: init and analyze steps out of sync

Creates maintenance risk and potential for incompatibility if future CodeQL versions introduce breaking changes between action versions or if custom CodeQL bundles are used.

Assertion details
  • Input: GitHub Actions workflow execution with CodeQL security scanning
  • Expected: Both init and analyze steps use the same CodeQL action version (v4.37.0)
  • Actual: init uses v4.35.5 (9e0d7b8d...), analyze uses v4.37.0 (99df26d4...)

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

Loading