Bump github/codeql-action from 3 to 4#38
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
IEvangelist
added a commit
that referenced
this pull request
May 5, 2026
…s, add Dependabot auto-merge (#51) Three independent improvements bundled into one PR because they all touch the same supply-chain surface area: **1. SHA-pin every third-party GitHub Action.** All `uses:` references now resolve to a 40-char commit SHA with a trailing `# v<X.Y.Z>` comment so Dependabot still tracks updates. This prevents tag-replay supply-chain attacks (an action owner can repoint a major-version float tag to a malicious commit, which would silently land in CI on the next run). Dependabot's behaviour is documented at https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot. Pinned versions: - actions/checkout v4 -> v6.0.2 (de0fac2e4500dabe0009e67214ff5f5447ce83dd) - actions/setup-dotnet v4 -> v5.2.0 (c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7) - actions/upload-artifact v4 -> v7.0.1 (043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) - github/codeql-action/{init,autobuild,analyze} v3 -> v4 (e46ed2cbd01164d986452f91f178727624ae40d7) **2. Bump every NuGet package to its current latest stable.** SharpCompress 0.47.0 removed the `ReaderFactory.Open`/`ArchiveFactory.Open`/`WriterFactory.Open` overloads in favour of `OpenReader`/`OpenArchive`/`OpenWriter` (https://github.com/adamhathcock/sharpcompress/blob/master/CHANGELOG.md), which required mechanical migration of two call sites in `DefaultToolCacheService` and three call sites in `ExtractionTests`. No semantic behaviour change; full managed + AOT test matrix passes (602 tests, 0 failed). Bumps in Directory.Packages.props: - Microsoft.SourceLink.GitHub 8.0.0 -> 10.0.203 - MinVer 6.0.0 -> 7.0.0 - Microsoft.Extensions.{DI,DI.Abstractions,Http} 10.0.1 -> 10.0.7 - Microsoft.Extensions.Http.Resilience 10.1.0 -> 10.5.0 - Microsoft.NET.Test.Sdk 17.12.0 -> 18.5.1 - System.Linq.Async 6.0.1 -> 7.0.1 - System.Text.Json 9.0.0 -> 10.0.7 - SharpCompress 0.40.0 -> 0.47.4 (breaking API) - ZstdSharp.Port 0.8.6 -> 0.8.8 - Pathological.Globbing 9.0.0 -> 9.1.0 - xunit.runner.visualstudio 3.0.1 -> 3.1.5 - coverlet.collector 6.0.4 -> 10.0.0 **3. Add Dependabot auto-merge workflow** at `.github/workflows/dependabot-auto-merge.yml`. Triggers on every Dependabot PR and runs `gh pr merge --auto --squash`, which queues a squash merge to fire as soon as every required status check passes. If any check fails the merge never happens and the PR stays open for manual review. Uses `dependabot/fetch-metadata@25dd0e3` (v3.1.0, SHA-pinned). Verified: `dotnet build -c Release -m:1` 0 warn / 0 err; `dotnet test` 602 passed / 5 skipped / 0 failed across managed + AOT test matrix. The 4 stale Dependabot PRs (#38, #39, #40, #48) will get refreshed by Dependabot's next weekly run against this updated main. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 github/codeql-action from 3 to 4.
Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
Commits
7e0b77eMerge pull request #3349 from github/dependabot/github_actions/dot-github/wor...0264b51Merge pull request #3348 from github/dependabot/npm_and_yarn/npm-minor-38a2a7...2ac846dMerge branch 'main' into dependabot/npm_and_yarn/npm-minor-38a2a793c55d063ddPopulate database upload results telemetry8e921c3Return status report fromcleanupAndUploadDatabases4b675e4Merge pull request #3356 from github/mergeback/v4.31.8-to-main-1b168cd3Dependabot 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)