-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump github/codeql-action/analyze from 4.37.0 to 4.37.8 #1306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -96,7 +96,7 @@ jobs: | |
| build-mode: ${{ matrix.build-mode }} | ||
| - name: Perform CodeQL Analysis | ||
| continue-on-error: true | ||
| uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5 | ||
| uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 CodeQL analyze version split from init and upload-sarif
Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback. |
||
| with: | ||
| category: "/language:${{ matrix.language }}-scheduled" | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 CodeQL init and analyze pinned to different versions
analyzewas bumped to v4.37.8 whileinitstays at v4.37.0. CodeQL requires both to run the same version, andtest_codeql_action_steps_use_one_version_per_workflowasserts a single ref per workflow, so analysis and the contract test both break.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.