ci(deps): bump Glyndor/.github/.github/workflows/go-audit.yml from 1.18.1 to 1.21.0 - #316
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [Glyndor/.github/.github/workflows/go-audit.yml](https://github.com/glyndor/.github) from 1.18.1 to 1.21.0. - [Release notes](https://github.com/glyndor/.github/releases) - [Commits](Glyndor/.github@d4bbc5b...d5041b0) --- updated-dependencies: - dependency-name: Glyndor/.github/.github/workflows/go-audit.yml dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Jaro-c
added a commit
that referenced
this pull request
Sep 7, 2026
…lities (#328) Closes #327. `govulncheck` has been red on the scheduled `audit.yml` run since 2026-08-17, reporting four standard library vulnerabilities my code calls. All four are fixed in go 1.26.6 while the directive declared 1.26.5, so raising it is the whole remediation: the directive is the floor toolchain selection honours, which is what puts a consumer on a patched standard library. Same shape as #216 and #172, both of which shipped as PATCH releases. Eleven files, one line each: the root module, the nine example modules, and `examples/go.work`. The examples move with the root because `examples.yml` reads `go-version-file` per example, so leaving them behind would run their CI on a floor the library no longer declares. ### What I measured | Check | go 1.26.5 | go 1.26.6 | |---|---|---| | `govulncheck ./...` | exit 3, 4 vulnerabilities my code calls | exit 0, **No vulnerabilities found** | | `go test -race ./...` | | 9/9 packages pass | | Nine examples, `go build && go vet` | | 9/9 pass, one package each | The 1.26.5 column is a control run rather than the CI log: I put the directive back, re-ran, read the same four advisories, then restored 1.26.6. Without that column a clean scan proves only that the scan ran. The toolchain selected 1.26.6 on its own once the directive moved, and `go env GOWORK` is still empty at the repository root, so the library is tested against the versions it declares rather than the ones gin and fiber elevate. ### What this leaves alone `GO-2026-5932` against `golang.org/x/crypto` still shows as a vulnerability in a module I require but do not call. It is the standing advisory that `x/crypto/openpgp` is unmaintained and unsafe by design, `Fixed in: N/A`, applying to every version of the module since 0. Nothing here imports `openpgp`. ### After this merges `audit.yml` goes green on its next Monday run, which clears `audit freshness / schedule freshness` and takes the nine pin bumps (#316 to #324) out of `UNSTABLE`. v1.11.7 is what `go get` serves today, so this wants a PATCH release rather than riding along with the next one. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
Merged
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 Glyndor/.github/.github/workflows/go-audit.yml from 1.18.1 to 1.21.0.
Release notes
Sourced from Glyndor/.github/.github/workflows/go-audit.yml's releases.
... (truncated)
Commits
d5041b0ci: raise the pins that were measured and are safe to raise (#148)ace85e7feat(workflow-lint): fail when a job holding a secret installs tooling (#147)76f8bc6feat(rust-ci): add gate jobs whose names cannot move (#145)8ae47ccfeat(shell-ci): fail when a script invoked by path is not executable in git (...eb93063feat(rust-debian): let the caller ask for extra apt packages (#143)Dependabot 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 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)