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.

P0 Version mismatch between CodeQL init and analyze actions

Workflow fails when init downloads CodeQL bundle 2.19.3 (allowed by v4.35.5) but analyze requires 2.19.4+ (enforced by v4.36.3)

Assertion details
  • Input: Security workflow with init@v4.35.5 and analyze@v4.36.3
  • Expected: Both actions should use the same version to enforce consistent breaking changes
  • Actual: init action remains at v4.35.5 while analyze is at v4.36.3, creating version skew

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@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
Loading