Skip to content

Update github-actions#3072

Open
gardener-ci-robot wants to merge 1 commit into
masterfrom
renovate/github-actions
Open

Update github-actions#3072
gardener-ci-robot wants to merge 1 commit into
masterfrom
renovate/github-actions

Conversation

@gardener-ci-robot

@gardener-ci-robot gardener-ci-robot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v7.0.0v7.0.1
ghcr.io/zizmorcore/zizmor uses-with minor 1.26.11.28.0
zizmorcore/zizmor-action action minor v0.5.7v0.6.1

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

zizmorcore/zizmor (ghcr.io/zizmorcore/zizmor)

v1.28.0

Compare Source

Security 🔒🔗

  • v1.27.0 contained a logging defect that would print any configured GitHub credentials as part of zizmor's cleartext logging. No versions other than v1.27.0 were affected. See GHSA-f42p-wjw5-97qh for full information.

    Many thanks to @​shaanmajid for finding and reporting this vulnerability.

Enhancements 🌱🔗

  • The JSON (v1) output format now includes metadata for each finding's fixes, if the finding has fixes (#​2186)

  • The dependabot-cooldown audit is now aware of GitHub's new three-day default cooldown (#​2193)

  • sbt is now recognized as a package-ecosystem in dependabot.yml (#​2211)

Bug Fixes 🐛🔗

  • Fixed a bug where the template-injection audit would incorrectly flag steps.*.outcome and steps.*.conclusion as injection risks in the default persona (#​2199)

  • Fixed a bug where the github-env audit would incorrectly flag some printf calls as exploitable (#​2201)

  • Fixed a bug where zizmor would produce a misleading and confusing error message when asked to audit an ambiguous remote input (#​2205)

v1.27.0

Compare Source

New Features 🌈🔗

  • zizmor now has experimental support for workflows that specify parallel steps. See Usage - Parallel steps for more information (#​2153)
    Enhancements 🌱🔗

  • zizmor's handling of paths is now more consistent, particularly when run on Windows (#​2163)

  • zizmor now emits a helpful warning when being run in implicit offline mode (#​2180)

Bug Fixes 🐛🔗

  • Fixed a bug where the secrets-outside-env audit would not honor ignore comments within the same job scope (#​2157)

  • Fixed a bug where the ref-version-mismatch audit would not honor ignore comments within the same steps scope (#​2177)

  • Fixed a bug where --collect=[MODE] was not correctly handled when auditing remote inputs (#​2185)

zizmorcore/zizmor-action (zizmorcore/zizmor-action)

v0.6.1

Compare Source

zizmor 1.28.0 is now the default version used by the action.

v0.6.0

Compare Source

zizmor 1.27.0 is now the default version used by the action.

What's Changed

New Contributors

Full Changelog: zizmorcore/zizmor-action@v0.5.7...v0.6.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@gardener-ci-robot
gardener-ci-robot requested a review from a team as a code owner July 14, 2026 03:39
@gardener-ci-robot gardener-ci-robot added kind/enhancement Enhancement, improvement, extension renovate labels Jul 14, 2026
@gardener-prow

gardener-prow Bot commented Jul 14, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign petersutter for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow Bot added cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 14, 2026
@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

GitHub Actions workflows now use actions/checkout v7.0.1 pins. The Zizmor workflow also updates its action pin to v0.6.1 and configures Zizmor version 1.28.0.

Changes

GitHub Actions updates

Layer / File(s) Summary
Refresh GitHub Actions pins
.github/workflows/build.yaml, .github/workflows/prepare-hotfix-branch.yaml, .github/workflows/reuse-tool-lint.yaml, .github/workflows/zizmor.yaml
Updates actions/checkout pins to v7.0.1; the Zizmor workflow also updates its action pin to v0.6.1 and tool version to 1.28.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested labels: area/security

Suggested reviewers: grolu, holgerkoser, klocke-io

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description has update details and release notes, but it misses most required template sections and formatting. Fill out the template with /area, /kind, what/why, fixed issue, reviewer notes, and a properly formatted release note block.
Title check ❓ Inconclusive The title is related to GitHub Actions updates, but it is too generic to identify the main change clearly. Use a more specific title like "Update GitHub Actions dependencies and zizmor versions".
✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/github-actions

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gardener-ci-robot gardener-ci-robot changed the title Update actions/setup-node action to v6.5.0 Update actions/setup-node action to v6.5.0 - autoclosed Jul 14, 2026
@gardener-ci-robot
gardener-ci-robot deleted the renovate/github-actions branch July 14, 2026 10:37
@gardener-ci-robot gardener-ci-robot changed the title Update actions/setup-node action to v6.5.0 - autoclosed Update ghcr.io/zizmorcore/zizmor Docker tag to v1.27.0 Jul 14, 2026
@gardener-ci-robot
gardener-ci-robot force-pushed the renovate/github-actions branch 3 times, most recently from 1f59bf6 to 5a3bcc3 Compare July 15, 2026 12:29
@gardener-ci-robot gardener-ci-robot changed the title Update ghcr.io/zizmorcore/zizmor Docker tag to v1.27.0 Update github-actions Jul 15, 2026
@gardener-ci-robot
gardener-ci-robot force-pushed the renovate/github-actions branch from 5a3bcc3 to bf59f0a Compare July 20, 2026 15:21
@gardener-prow gardener-prow Bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 20, 2026
@gardener-ci-robot
gardener-ci-robot force-pushed the renovate/github-actions branch from bf59f0a to c9fdc74 Compare July 23, 2026 21:14
@gardener-ci-robot
gardener-ci-robot force-pushed the renovate/github-actions branch from c9fdc74 to 13afb21 Compare July 23, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension renovate size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant