chore(deps): Update GitHub Actions#53
Merged
Merged
Conversation
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.
This PR contains the following updates:
2026-06-02→2026-06-123.14.5→3.14.6Release Notes
arillso/.github (arillso/.github)
v2026-06-12Compare Source
Added
(
name: Pull Request) combining Go CI, lint, CodeQL (viasecurity-code.yml),and Claude review (via
ai-claude-review.yml) as jobs — replacesci.yml+codeql.yml(
name: Nightly Security Scan) running CodeQL, secret, dependency, and Trivyscans
Changed
file-centric layout (
ci.yml/codeql.yml/deploy.yml) to the event-focusedlayout (
pull-request.yml/nightly-security.yml/tag.yml).deploy.ymlrenamed to
tag.yml(name: Container Release) with arun-name:added;content otherwise unchanged
pull-request.ymllayout and a valid reusable (ci-go.yml/ci-lint.yml,not the non-existent
ci-go-action.yml)the removed
STANDARDS.mdtoAGENTS.mdandtemplates/Removed
STANDARDS.md: Removed. It mandated the deprecated file-centric workflow
layout and duplicated conventions; the Ansible-specific standards it held are
now tracked in the organization knowledge base, and reusable-workflow
conventions live in
AGENTS.md+templates/templates/workflows/ci.yml, codeql.yml, deploy.yml: Removed in favor of the
event-focused templates above
security-secrets.yml: Add
cancel-in-progressandconcurrency-suffixinputs with a static
security-secrets-concurrency group (a baregithub.workflow/github.refgroup collides across reusables called by thesame caller, since that context resolves to the caller inside
workflow_call)trufflesecurity/trufflehogfromv3.94.0tov3.95.5actions/checkoutfromv6.0.2tov6.0.3ci-go.yml: Add
go mod verify,go vet,gofmt -s -lformat check(scoped to first-party package dirs via
go list ./...sovendor/andgenerated code don't trip the gate), and
staticcheck(newenable_staticcheckinput, defaulttrue); upload an HTML coverage reportartifact
cancel-in-progressandconcurrency-suffixinputs with a staticci-go-concurrency group (see security-secrets note above)renovate-base.json: Throttle
prHourlyLimitfrom0(unlimited) to4;enable
osvVulnerabilityAlerts; treat pre-1.0 minor bumps as breaking(
matchUpdateTypes: ["major", "minor"])renovate-go.json: Split the
google.golang.orggroup into a "Kubernetespackages" group (
k8s.io/*+sigs.k8s.io/*, co-versioned, withseparateMultipleMajor: falseso their majors share one PR) and a "Go platformpackages" group (gRPC, Prometheus,
google.golang.org, majors kept separate)Fixed
digest. The base preset forces
pinDigests: trueon allgithub-actionsdeps (reinforced by
config:best-practices), which aborted entire Renovatebranches with "Digest is not updated" for two dependency shapes. Two targeted
packageRulesnow setpinDigests: false: release binaries installed viahelper actions (
uses-withinputs with thegithub-releasesdatasource —gitleaks, trivy, golangci-lint — pinned by release tag, not digest) and the
kubesec/kubesecdocker image referenced as a bare version string. Thesedeps keep updating by tag/version; only the impossible digest pin is dropped
Dependencies
actions/checkoutv6.0.2→v6.0.3actions/setup-gov6.3.0→v6.4.0actions/upload-artifactv7.0.0→v7.0.1github/codeql-actionv4.35.5→v4.36.2aquasecurity/trivy-actionv0.35.0→v0.36.0trufflesecurity/trufflehogv3.94.0→v3.95.5snok/container-retention-policyv3.0.1→v3.1.0anthropics/claude-code-actionv1.0.127→v1.0.142golangci/golangci-lint-action(v9),reviewdog/action-actionlint(v1),DavidAnson/markdownlint-cli2-action(v23),
docker/setup-buildx-action(v4),docker/build-push-action(v7)ansible13.7.0→14.0.0and pinnedpython-version3.12→3.14.5(the Trivy IaC Ansible security pass)actions/python-versions (python)
v3.14.6: 3.14.6Compare Source
Python 3.14.6
Configuration
📅 Schedule: (in timezone Europe/Zurich)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.