-
Notifications
You must be signed in to change notification settings - Fork 21
Bump github/codeql-action from 3.29.9 to 3.29.11 #113
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
Bump github/codeql-action from 3.29.9 to 3.29.11 #113
Conversation
7f8a9e5 to
0a2f673
Compare
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.
Pull Request Overview
This PR updates the github/codeql-action dependency from version 3.29.9 to 3.29.11 across GitHub workflow files. The update includes a new default CodeQL bundle version 2.22.4 and other maintenance improvements.
Key Changes
- Updates CodeQL action SHA references from
df559355d593797519d70b90fc8edd5db049e7a2to3c3833e0f8c1c83d449a7478aa59c036a9165498 - Applies the update consistently across three workflow files that use CodeQL functionality
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| .github/workflows/scorecards.yml | Updates upload-sarif action reference for security scorecards workflow |
| .github/workflows/devskim.yml | Updates upload-sarif action reference for DevSkim scanning workflow |
| .github/workflows/codeql.yml | Updates init, autobuild, and analyze action references for main CodeQL workflow |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| # Upload the results to GitHub's code scanning dashboard. | ||
| - name: "Upload to code-scanning" | ||
| uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5 | ||
| uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 |
Copilot
AI
Aug 26, 2025
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.
The version comment still shows v3.29.5 but should be updated to v3.29.11 to match the actual version being used.
| uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 | |
| uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 |
|
|
||
| - name: Upload DevSkim scan results to GitHub Security tab | ||
| uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5 | ||
| uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 |
Copilot
AI
Aug 26, 2025
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.
The version comment still shows v3.29.5 but should be updated to v3.29.11 to match the actual version being used.
| uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 | |
| uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 |
| # Initializes the CodeQL tools for scanning. | ||
| - name: Initialize CodeQL | ||
| uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5 | ||
| uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 |
Copilot
AI
Aug 26, 2025
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.
The version comment still shows v3.29.5 but should be updated to v3.29.11 to match the actual version being used.
| uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 | |
| uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 |
| uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 | ||
|
|
||
| - name: Perform CodeQL Analysis | ||
| id: analyze | ||
| uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5 | ||
| uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 |
Copilot
AI
Aug 26, 2025
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.
The version comment still shows v3.29.5 but should be updated to v3.29.11 to match the actual version being used.
| uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 | ||
|
|
||
| - name: Perform CodeQL Analysis | ||
| id: analyze | ||
| uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5 | ||
| uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 |
Copilot
AI
Aug 26, 2025
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.
The version comment still shows v3.29.5 but should be updated to v3.29.11 to match the actual version being used.
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.9 to 3.29.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@df55935...3c3833e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
0a2f673 to
2fe55ec
Compare
|
Superseded by #115. |
Bumps github/codeql-action from 3.29.9 to 3.29.11.
Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
3c3833eMerge pull request #3052 from github/update-v3.29.11-14148a4338c4bfbdUpdate changelog for v3.29.1114148a4Merge pull request #3044 from github/update-bundle/codeql-bundle-v2.22.471b2cb3Add changelog note2bf7825Update default bundle to codeql-bundle-v2.22.4db69a51Merge pull request #3049 from github/update-supported-enterprise-server-versionsa68d47bMerge pull request #3050 from github/henrymercer/init-not-called-config-errore496ff9Make "init not called" a configuration errorfd2ea72Update supported GitHub Enterprise Server versions6dee5bcMerge pull request #3045 from github/dependabot/npm_and_yarn/npm-5b4171dd16Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)