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 Action init and analyze version mismatch

Workflow could fail when init and analyze steps handle CodeQL bundle requirements incompatibly

Assertion details
  • Input: GitHub Actions workflow with init on v4.35.5 and analyze on v4.36.2. v4.36.0 breaking change requires CodeQL bundle ≥2.19.4.
  • Expected: Both init and analyze should use the same CodeQL Action version for consistent behavior
  • Actual: init uses v4.35.5, analyze uses v4.36.2. Misaligned versions may fail when newer analyze expects features from bundle ≥2.19.4

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 @@ -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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
Loading