Closed dependabot[bot] closed 3 months ago
The changes involve updating the versions of the GitHub CodeQL Action used in a GitHub Actions workflow file. The init
and analyze
steps have been modified to utilize version v3.26.5
, replacing the previous version v3.26.2
. This update reflects an upgrade in the CodeQL Action while maintaining the same overall functionality of the workflow.
Files | Change Summary |
---|---|
.github/workflows/codeql.yml |
Updated uses from v3.26.2 to v3.26.5 for github/codeql-action/init and github/codeql-action/analyze . |
sequenceDiagram
participant User
participant GitHub
participant CodeQL
User->>GitHub: Trigger Workflow
GitHub->>CodeQL: Initialize (v3.26.5)
CodeQL-->>GitHub: Initialization Complete
GitHub->>CodeQL: Analyze (v3.26.5)
CodeQL-->>GitHub: Analysis Complete
GitHub-->>User: Workflow Finished
🐇 In the meadow where code does play,
A rabbit hops with joy today!
With CodeQL's upgrade, swift and bright,
Bugs will vanish, out of sight!
Let's dance and code, oh what a thrill,
Upgraded tools, we use with skill! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Bumps the dependencies group with 1 update: github/codeql-action.
Updates
github/codeql-action
from 3.26.2 to 3.26.5Changelog
Sourced from github/codeql-action's changelog.
Commits
2c779ab
Merge main into releases/v3 (#2444)68cd1f9
Update changelog for v3.26.57e27807
Only run check SIP enablement once ininit
step (#2441)fd5fa13
Merge pull request #2438 from github/mergeback/v3.26.4-to-main-f0f3afee6f10eb0
Update checked-in dependenciesb15a247
Update changelog and version after v3.26.4f0f3afe
Merge main into releases/v3 (#2437)e354359
Update changelog for v3.26.4ae01f80
Merge pull request #2436 from rvermeulen/rvermeulen/deprecate-add-snippets72bc3f7
Address incorrect changelog locationDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show
Summary by CodeRabbit
v3.26.5
for improved analysis capabilities. This ensures continued performance and potential enhancements in the analysis process for C# projects.