deps(deps): bump the actions-minor-and-patch group across 1 directory with 2 updates#311
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
requested review from
Cre-eD,
Laboratory,
smecsia and
universe-ops
as code owners
June 3, 2026 00:41
Semgrep Scan ResultsRepository:
Scanned at 2026-06-08 16:59 UTC |
Security Scan ResultsRepository:
Scanned at 2026-06-08 16:59 UTC |
… with 2 updates Bumps the actions-minor-and-patch group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) Updates `github/codeql-action` from 4.36.0 to 4.36.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7211b7c...8aad20d) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-and-patch - dependency-name: github/codeql-action dependency-version: 4.36.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions-minor-and-patch-3c815a503c
branch
from
June 8, 2026 16:58
853adda to
49d513e
Compare
Cre-eD
added a commit
that referenced
this pull request
Jun 13, 2026
govulncheck reads the stdlib version from go.mod's `go` directive via go-version-file, so a PR branched off a stale base re-flags stdlib advisories that main already fixed by bumping the directive — even when the PR only touches a Dockerfile or an Actions pin. That is why the June-3 digest/action Dependabot PRs (#310, #311) 'failed' a go 1.26.3 stdlib advisory that 1.26.4 main had already resolved. Add a gate step that lists the PR's files and runs the scan only when a Go input (*.go / go.mod / go.sum) changed. The job always runs and reports, so a required status check is never left pending; main-push + the weekly cron still scan unconditionally. Signed-off-by: Dmitrii Creed <creeed22@gmail.com>
Cre-eD
added a commit
that referenced
this pull request
Jun 13, 2026
…R gate (#323) ## Consolidated dependency bumps + govulncheck gate fix Bundles the four open Dependabot PRs into one branch so they can be reviewed and merged together, plus the CI change that stops this class of false block from recurring. Each is a separate, signed commit off current `main`: | Commit | Replaces | Change | |---|---|---| | Go modules | #317 | 17 modules in the `gomod-minor-and-patch` group — `golang.org/x/crypto` 0.52→0.53, `golang.org/x/text` 0.37→0.38, `aws-sdk-go-v2` 1.41.7→1.42.0, `pulumi` 3.243→3.245, `gocloud.dev` 0.45→0.46, `google.golang.org/api` 0.280→0.284, Azure SDK keyvault module restructure, + transitives | | CI actions | #311 | `actions/checkout` v6.0.2→v6.0.3, `github/codeql-action` v4 digest | | caddy | #314 | `caddy` 2.11.3→2.11.4 (builder + runtime stages) | | lambda base | #310 | `public.ecr.aws/lambda/provided:al2023` digest refresh | | **govulncheck gate** | — | skip the reachability scan on PRs that touch no Go input (see below) | `go.mod`/`go.sum` are byte-identical to #317's head (which already passed govulncheck + CodeQL). Locally verified: `go mod tidy` is a no-op and `go build ./...` is clean on `go 1.26.4`. CI on the first four commits was fully green (govulncheck, Build Setup, all Build matrix targets, Run tests, CodeQL, Fuzz). ### Why the Dependabot PRs were stuck on govulncheck `govulncheck.yml` uses `go-version-file: go.mod`, so it scans the **standard library of whatever `go` directive the PR carries**. `main` is now `go 1.26.4` (stdlib `crypto/x509` + `net/textproto` advisories fixed). The two June-3 PRs (#310, #311) were branched while `main` was still `go 1.26.3`, so their stale base still trips those stdlib vulns — even though one only bumps a Docker digest and the other only bumps GitHub Actions, neither of which touches Go. The June-8/11 PRs (#314, #317) were branched after the bump and pass cleanly. ### The gate fix (prevents recurrence) The 5th commit adds a "Decide whether to scan" step: on a PR it lists the changed files and runs govulncheck only when a Go input (`*.go` / `go.mod` / `go.sum`) changed. A PR that changes no Go input cannot alter reachability, and cannot change the stdlib version govulncheck reads from the `go` directive — so a Docker/Actions-only PR is skipped (and reports success) instead of re-flagging whatever sits on its stale base. The job always runs and reports, so a required status check is never left pending; `main`-push and the weekly cron still scan unconditionally, so nothing escapes the gate before release. This PR itself touches `go.mod`/`go.sum`, so it runs the full scan. Once merged, the four Dependabot PRs (#310, #311, #314, #317) can be closed. --------- Signed-off-by: Dmitrii Creed <creeed22@gmail.com>
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/github_actions/actions-minor-and-patch-3c815a503c
branch
June 13, 2026 13:12
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 actions-minor-and-patch group with 2 updates in the / directory: actions/checkout and github/codeql-action.
Updates
actions/checkoutfrom 6.0.2 to 6.0.3Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
df4cb1cUpdate changelog for v6.0.3 (#2446)1cce339Fix checkout init for SHA-256 repositories (#2439)900f221fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)0c366fdUpdate changelog (#2357)Updates
github/codeql-actionfrom 4.36.0 to 4.36.2Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
8aad20dMerge pull request #3949 from github/update-v4.36.2-dcb947ce1f521b08Add additional changelog notes8aeff0fUpdate changelog for v4.36.2dcb947cMerge pull request #3948 from github/update-bundle/codeql-bundle-v2.25.6c251bceAdd changelog note62953c1Update default bundle to codeql-bundle-v2.25.6423b570Merge pull request #3946 from github/dependabot/npm_and_yarn/npm-minor-5d507a...c35d1b1Merge pull request #3947 from github/dependabot/github_actions/dot-github/wor...cb1a588Merge pull request #3937 from github/robertbrignull/waitForProcessing_backoffba47406Merge pull request #3943 from github/henrymercer/cache-cli-version-info