Bump the github-actions group across 1 directory with 4 updates - #1394
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to updating pinned GitHub Actions SHAs in a single workflow file with no functional workflow logic modifications.
Pull request overview
This PR updates the pinned commit SHAs (and corresponding major/minor versions) for several GitHub Actions used by the repository’s CodeQL workflow, keeping the CI security scanning pipeline up to date.
Changes:
- Bump
github/codeql-action(initandanalyze) from v3.37.9 to v4.37.9 (pinned by commit SHA). - Bump
actions/checkoutfrom v3.7.0 to v7.0.1 (pinned by commit SHA). - Bump
actions/setup-dotnetfrom v3.4.2 to v6.0.0 (pinned by commit SHA) across all workflow steps that use it.
File summaries
| File | Description |
|---|---|
.github/workflows/codeQL.yml |
Updates pinned action SHAs/versions for CodeQL scanning, checkout, and .NET setup steps. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-f4b1a4d948
branch
from
September 8, 2026 19:16
a302ac4 to
d7788a6
Compare
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The PR is limited to pinned GitHub Actions version updates in the CodeQL workflow, with no changes to product code paths.
Review details
Suppressed comments (1)
.github/workflows/codeQL.yml:67
- This workflow installs the .NET Core 3.1 SDK, but there don’t appear to be any projects targeting netcoreapp3.1 in the repo; keeping this step adds time and can fail on runners where 3.1 is no longer available. Consider removing it if it’s not required for the build.
- name: Set up .NET Core 3.1
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
dotnet-version: '3.1.x'
- Files reviewed: 1/1 changed files
- Comments generated: 2
- Review effort level: Lite
Comment on lines
59
to
63
| - name: Set up .NET Core 2.1 | ||
| uses: actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815 # v3.4.2 | ||
| uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 | ||
| with: | ||
| dotnet-version: '2.1.x' | ||
|
|
Comment on lines
56
to
72
| - name: Setup .NET | ||
| uses: actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815 # v3.4.2 | ||
| uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 | ||
|
|
||
| - name: Set up .NET Core 2.1 | ||
| uses: actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815 # v3.4.2 | ||
| uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 | ||
| with: | ||
| dotnet-version: '2.1.x' | ||
|
|
||
| - name: Set up .NET Core 3.1 | ||
| uses: actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815 # v3.4.2 | ||
| uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 | ||
| with: | ||
| dotnet-version: '3.1.x' | ||
|
|
||
| - name: Set up .NET 8 | ||
| uses: actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815 # v3.4.2 | ||
| uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 | ||
| with: | ||
| dotnet-version: '8.0.x' |
Bumps the github-actions group with 4 updates in the / directory: [github/codeql-action/init](https://github.com/github/codeql-action), [actions/checkout](https://github.com/actions/checkout), [actions/setup-dotnet](https://github.com/actions/setup-dotnet) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Updates `github/codeql-action/init` from 3.37.9 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6f5948d...cdf488f) Updates `actions/checkout` from 3.7.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a37ce91...3d3c42e) Updates `actions/setup-dotnet` from 3.4.2 to 6.0.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@55ec944...a98b568) Updates `github/codeql-action/analyze` from 3.37.9 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6f5948d...cdf488f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action/init dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-f4b1a4d948
branch
from
September 15, 2026 19:20
d7788a6 to
12420d9
Compare
Copilot started reviewing on behalf of
Microsoft Azure (Azure)
September 15, 2026 19:21
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 4 updates in the / directory: github/codeql-action/init, actions/checkout, actions/setup-dotnet and github/codeql-action/analyze.
Updates
github/codeql-action/initfrom 3.37.9 to 4.37.9Release notes
Sourced from github/codeql-action/init's releases.
... (truncated)
Changelog
Sourced from github/codeql-action/init's changelog.
... (truncated)
Commits
47fa622MakeEACCESaConfigurationError45693ccRefactorENOSPCcheck intoisDiskConfigurationErrorfunctionc2fd8f5Merge pull request #4081 from github/mario-campos/version-cache-to-diskc56f48eLog unexpected conditions during caching CLI outputaa0eadcMerge branch 'main' into mario-campos/version-cache-to-disk43250d6Change cache key to string type to include CLI args5008effMerge pull request #4094 from github/mergeback/v4.37.7-to-main-ff2f1c62053d41eRebuild1158e1cUpdate changelog and version after v4.37.7ff2f1c6Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8Updates
actions/checkoutfrom 3.7.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-dotnetfrom 3.4.2 to 6.0.0Release notes
Sourced from actions/setup-dotnet's releases.
... (truncated)
Commits
a98b568chore(deps): bump@actions/cacheto 6.2.0 (#756)afb2931Bump actions/checkout from 6.0.3 to 7.0.0 (#751)6df8cefMigrate to ESM and upgrade dependencies (#752)26b0ec1Expand the CSC problem matcher to light up more errors on GitHub. (#717)da5e548docs(action): explicitly mark all optional inputs with required: false (#737)9bd3b44Improve readability of global.json creation command (#694)4406a63Bump@actions/cacheto 5.1.0, log cache write denied (#746)dc3262dpin actions to commit SHAs in workflows (#744)95a3f8bValidate global.json SDK version before rollForward optimization (#742)9a946fdAdd rollForward note in README, improve proxy health check in e2e tests and b...Updates
github/codeql-action/analyzefrom 3.37.9 to 4.37.9Release notes
Sourced from github/codeql-action/analyze's releases.
... (truncated)
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
47fa622MakeEACCESaConfigurationError45693ccRefactorENOSPCcheck intoisDiskConfigurationErrorfunctionc2fd8f5Merge pull request #4081 from github/mario-campos/version-cache-to-diskc56f48eLog unexpected conditions during caching CLI outputaa0eadcMerge branch 'main' into mario-campos/version-cache-to-disk43250d6Change cache key to string type to include CLI args5008effMerge pull request #4094 from github/mergeback/v4.37.7-to-main-ff2f1c62053d41eRebuild1158e1cUpdate changelog and version after v4.37.7ff2f1c6Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8