Skip to content

Update github actions (main) (minor)#3282

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main-main/github-actions
Open

Update github actions (main) (minor)#3282
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main-main/github-actions

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented May 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
actions/cache action minor v5.0.4v5.1.0
actions/checkout action minor v6.0.2v6.1.0
actions/setup-go action minor v6.3.0v6.5.0
actions/setup-node action minor v6.2.0v6.5.0
conforma/pr-size-label-action action minor v1.0.0v1.2.0
github/codeql-action action minor v4.32.6v4.37.1 v4.37.3 (+1)
softprops/action-gh-release (changelog) action digest a06a81a3bb1273
step-security/harden-runner action minor v2.15.1v2.20.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

actions/cache (actions/cache)

v5.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

actions/checkout (actions/checkout)

v6.1.0

Compare Source

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

Compare Source

actions/setup-go (actions/setup-go)

v6.5.0

Compare Source

What's Changed
Dependency update
New Contributors

Full Changelog: actions/setup-go@v6...v6.5.0

v6.4.0

Compare Source

What's Changed

Enhancement
  • Add go-download-base-url input for custom Go distributions by @​gdams in #​721
Dependency update
Documentation update

New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

actions/setup-node (actions/setup-node)

v6.5.0

Compare Source

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

Compare Source

What's Changed
Dependency updates:
New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

Compare Source

What's Changed
Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:
New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

conforma/pr-size-label-action (conforma/pr-size-label-action)

v1.2.0

Compare Source

What's Changed

Full Changelog: conforma/pr-size-label-action@v1...v1.2.0

v1.1.0

Compare Source

Highlights

  • Node.js 24 runtime — upgraded from Node.js 20 ahead of the GitHub Actions deprecation deadline
  • @actions/core v2 — updated from v1
  • Apache-2.0 license — corrected in package.json
  • Separated entrypoint from logicsrc/main.js entrypoint, src/index.js exports run() for testability
  • Non-PR event guard — fails fast with a clear message if triggered on a non-PR event
  • Tightened label filter — matches size: prefix (with trailing space) to avoid collisions
  • 23 unit tests — comprehensive Jest test suite added
  • Node.js version pinning.nvmrc and engines field added
  • npm audit fixes — resolved known vulnerabilities in dependencies

What's Changed

What's Changed

New Contributors

Full Changelog: conforma/pr-size-label-action@v1.0.0...v1.1.0

github/codeql-action (github/codeql-action)

v4.37.1

Compare Source

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #​3956
  • Update default CodeQL bundle version to 2.26.1. #​4019

v4.37.0

Compare Source

  • Update default CodeQL bundle version to 2.26.0. #​3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@​ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #​3973

v4.36.3

Compare Source

No user facing changes.

v4.36.2

Compare Source

  • Cache CodeQL CLI version information across Actions steps. #​3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #​3937
  • Update default CodeQL bundle version to 2.25.6. #​3948

v4.36.1

Compare Source

No user facing changes.

v4.36.0

Compare Source

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #​3894
  • Add support for SHA-256 Git object IDs. #​3893
  • Update default CodeQL bundle version to 2.25.5. #​3926

v4.35.5

Compare Source

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #​3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #​3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #​3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #​3880

v4.35.4

Compare Source

v4.35.3

Compare Source

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #​3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #​3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #​3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #​3852
  • Update default CodeQL bundle version to 2.25.3. #​3865

v4.35.2

Compare Source

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #​3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #​3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #​3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #​3807
  • Update default CodeQL bundle version to 2.25.2. #​3823

v4.35.1

Compare Source

v4.35.0

Compare Source

v4.34.1

Compare Source

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #​3762

v4.34.0

Compare Source

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #​3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #​3584
  • Update default CodeQL bundle version to 2.25.0. #​3585

v4.33.0

Compare Source

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #​3562

    To opt out of this change:

    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #​3557

  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #​3559

  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #​3563

  • Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #​3564

  • A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #​3570

step-security/harden-runner (step-security/harden-runner)

v2.20.0

Compare Source

What's Changed

  • Support for block policy for MacOS and Windows GitHub-hosted runners
  • Support for Bitrise MacOS GitHub Actions runners
  • HTTPS monitoring support for Bun for Linux runners (enterprise tier)

Full Changelog: step-security/harden-runner@v2.19.4...v2.20.0

v2.19.4

Compare Source

What's Changed
  • Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner

Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4

v2.19.3

Compare Source

What's Changed

Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3

v2.19.2

Compare Source

What's Changed
  • Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.

Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2

v2.19.1

Compare Source

What's Changed

What the fix changes

  • Harden-Runner will detect ubuntu-slim runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.

What the fix does not do

  • Jobs running on ubuntu-slim will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities).
  • Per GitHub's docs on single-CPU runners: "The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported." Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.

For StepSecurity enterprise customers
If your security posture requires that workflows are always monitored, you can block the use of ubuntu-slim via workflow run policies see the Runner Label Policy docs. This lets you enforce that jobs only run on monitored runner types.

New Contributors

Full Changelog: step-security/harden-runner@v2.19.0...v2.19.1

v2.19.0

Compare Source

What's Changed
New Runner Support

Harden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.

Automated Incident Response for Supply Chain Attacks
  • Global block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode.
  • System-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets).
Bug Fixes

Windows and macOS: stability and reliability fixes

Full Changelog: step-security/harden-runner@v2.18.0...v2.19.0

v2.18.0

Compare Source

What's Changed

Global Block List: During supply chain incidents like the recent axios and trivy compromises, StepSecurity will add known malicious domains and IP addresses (IOCs) to a global block list. These will be automatically blocked, even in audit mode, providing immediate protection without requiring any workflow changes.

Deploy on Self-Hosted VM: Added deploy-on-self-hosted-vm input that allows the Harden Runner agent to be installed directly on ephemeral self-hosted Linux runner VMs at workflow runtime. This is intended as an alternative when baking the agent into the VM image is not possible.

Full Changelog: step-security/harden-runner@v2.17.0...v2.18.0

v2.17.0

Compare Source

What's Changed
Policy Store Support

Added use-policy-store and api-key inputs to fetch security policies directly from the StepSecurity Policy Store. Policies can be defined and attached at the workflow, repo, org, or cluster (ARC) level, with the most granular policy taking precedence. This is the preferred method over the existing policy input which requires id-token: write permission. If no policy is found in the store, the action defaults to audit mode.

Full Changelog: step-security/harden-runner@v2.16.1...v2.17.0

v2.16.1

Compare Source

What's Changed

Enterprise tier: Added support for direct IP addresses in the allow list
Community tier: Migrated Harden Runner telemetry to a new endpoint

Full Changelog: step-security/harden-runner@v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed
  • Updated action.yml to use node24
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS over HTTPS (DoH) by proxying DNS queries through a permitted resolver, allowing data exfiltration even with a restrictive allowed-endpoints list. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-46g3-37rh-v698 for details.
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS queries over TCP to external resolvers, allowing outbound network communication that evades configured network restrictions. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-g699-3x6g-wm3g for details.

Full Changelog: step-security/harden-runner@v2.15.1...v2.16.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@codecov

codecov Bot commented May 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
acceptance 54.26% <ø> (ø)
generative 16.80% <ø> (ø)
integration 27.97% <ø> (ø)
unit 71.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch 10 times, most recently from 189d150 to 00265e5 Compare May 16, 2026 02:49
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch 4 times, most recently from e12ed77 to 89592ca Compare May 23, 2026 03:00
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch 2 times, most recently from 7c8a8ae to f6505bd Compare June 5, 2026 02:53
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 5, 2026

Copy link
Copy Markdown

Review

Findings

High

  • [protected-path] .github/workflows/ — All 8 changed files are under the .github/ protected path (governance/infrastructure). This PR has no linked issue authorizing the modification of protected files. Affected files: checks-codecov.yaml, codeql.yaml, label-pr-size.yaml, lint.yaml, release.yaml, scorecard.yml, update-go-containerregistry.yaml, website.yaml. Human approval is always required for protected-path changes, regardless of whether the changes are automated dependency updates.
    Remediation: Obtain human reviewer approval for these protected-path changes. The changes themselves are mechanical GitHub Actions version/digest bumps generated by Renovate (repo has renovate.json configured) and appear safe upon review.
Previous run

Review

Verdict: Approve

Summary

This is an automated dependency update PR from red-hat-konflux[bot] (Mintmaker/Renovate) that bumps 7 GitHub Actions dependencies across 8 workflow files. All updates are minor version bumps.

Package Update
actions/cache v5.0.4 → v5.1.0
actions/setup-go v6.3.0 → v6.5.0
actions/setup-node v6.2.0 → v6.5.0
conforma/pr-size-label-action v1.0.0 → v1.2.0
github/codeql-action v4.32.6 → v4.37.1
softprops/action-gh-release digest a06a81a3bb1273
step-security/harden-runner v2.15.1 → v2.20.0

Analysis

Correctness: All version bumps are internally consistent — the same SHA is used for each action across every workflow file that references it. No behavioral changes to workflow logic; only uses: references are updated.

Security: All third-party actions remain properly SHA-pinned with version comments. The conforma/pr-size-label-action uses a version tag (v1.2.0) rather than a SHA pin, but this is the pre-existing convention for org-internal actions in this repository and is consistent with other conforma/ action references (e.g., conforma/github-workflows/...@main).

Intent & coherence: The change is a straightforward automated dependency maintenance update, appropriately scoped to CI workflow files only. No source code, tests, or documentation are affected.

Style/conventions: The existing pattern of action@<sha> # <version> pinning is preserved throughout.

Documentation: No documentation impact — CI dependency bumps do not affect in-repo docs.

No findings at low severity or above.


Protected paths detected — this PR modifies files under one or more
protected paths. The review agent cannot approve PRs that touch these paths.
A human reviewer must approve this PR.

Protected files in this PR:

  • .github/workflows/checks-codecov.yaml
  • .github/workflows/codeql.yaml
  • .github/workflows/label-pr-size.yaml
  • .github/workflows/lint.yaml
  • .github/workflows/release.yaml
  • .github/workflows/scorecard.yml
  • .github/workflows/update-go-containerregistry.yaml
  • .github/workflows/website.yaml
Previous run (2)

Review

Outcome: approve

Summary

This PR is an automated dependency update from red-hat-konflux[bot] (Renovate) that bumps 7 GitHub Actions across 8 workflow files. All changes are mechanical 1:1 version pin replacements with no workflow logic modifications.

Actions updated:

Action Old Version New Version
step-security/harden-runner v2.15.1 v2.20.0
actions/cache / actions/cache/restore v5.0.4 v5.1.0
actions/setup-go v6.3.0 v6.5.0
actions/setup-node v6.2.0 v6.5.0
github/codeql-action/* v4.32.6 v4.37.1
conforma/pr-size-label-action v1.0.0 v1.2.0
softprops/action-gh-release a06a81a (v2) 3bb1273 (v2)

Correctness

All version bumps are consistent: each action reference is updated uniformly across every workflow file where it appears. No workflow steps were added, removed, or reordered. No changes to workflow triggers, permissions, inputs, or outputs. The SHA pins and version comments match across all occurrences.

Security

Six of the seven updated actions use commit SHA pinning with version comments — the recommended practice for supply-chain security. All actions are from well-known, trusted publishers (actions/*, github/*, step-security/*, softprops/*) or the same organization (conforma/*). No new permissions are introduced.

One note: conforma/pr-size-label-action continues to use a mutable version tag (v1.2.0) instead of a commit SHA pin. All other actions in this repository are SHA-pinned. While this is pre-existing (the old reference was also tag-based at v1.0.0), pinning to a commit SHA would bring this action in line with the repo's otherwise consistent security posture. Since the action is owned by the same organization, the risk is low.

Intent & Coherence

The change is well-scoped and matches its stated purpose. Minor version bumps of CI dependencies are routine maintenance with low risk of breaking changes.

Style & Conventions

Follows the existing repository conventions for action pinning (SHA + version comment).

Documentation

No documentation updates needed — CI dependency bumps do not affect in-repo docs.


Protected paths detected — this PR modifies files under one or more
protected paths. The review agent cannot approve PRs that touch these paths.
A human reviewer must approve this PR.

Protected files in this PR:

  • .github/workflows/checks-codecov.yaml
  • .github/workflows/codeql.yaml
  • .github/workflows/label-pr-size.yaml
  • .github/workflows/lint.yaml
  • .github/workflows/release.yaml
  • .github/workflows/scorecard.yml
  • .github/workflows/update-go-containerregistry.yaml
  • .github/workflows/website.yaml
Previous run (3)

Review — Approve ✅

PR: Update github actions (main) (minor)
Author: red-hat-konflux[bot] (automated)
Scope: CI workflow dependency version bumps only

Summary

This is a clean automated dependency update for GitHub Actions across 8 workflow files. All changes are minor version bumps with SHA-pinned references — no workflow logic, permissions, or structure changes.

Changes Verified

Action From To Files
step-security/harden-runner v2.15.1 v2.20.0 checks-codecov, codeql, lint, scorecard, website
actions/cache / cache/restore v5.0.4 v5.1.0 checks-codecov, codeql, lint, release, update-go-containerregistry
actions/setup-go v6.3.0 v6.5.0 checks-codecov, codeql, lint, release, update-go-containerregistry
actions/setup-node v6.2.0 v6.5.0 lint
github/codeql-action/* v4.32.6 v4.37.1 codeql, scorecard
conforma/pr-size-label-action v1.0.0 v1.2.0 label-pr-size
softprops/action-gh-release a06a81a 3bb1273 release

Dimensions Evaluated

  • Correctness: All version references are consistent within each action (same SHA used across all files for the same action). Semver minor bumps are backward compatible. ✅
  • Security: All actions (except the pre-existing conforma/pr-size-label-action) use commit-SHA pinning with version comments — the recommended supply chain security practice. No new permissions or secret access introduced. ✅
  • Intent & coherence: Automated Renovate/Mintmaker PR updating CI dependencies. Consistent with project's dependency management strategy and existing labels (dependencies, github_actions, renovate). ✅
  • Style/conventions: Follows established uses: action@sha # vX.Y.Z convention throughout. ✅
  • Documentation: No documentation updates needed for CI version bumps. ✅
  • Cross-repo contracts: No API, schema, or interface changes — CI-only. ✅

No findings at low severity or above.


Protected paths detected — this PR modifies files under one or more
protected paths. The review agent cannot approve PRs that touch these paths.
A human reviewer must approve this PR.

Protected files in this PR:

  • .github/workflows/checks-codecov.yaml
  • .github/workflows/codeql.yaml
  • .github/workflows/label-pr-size.yaml
  • .github/workflows/lint.yaml
  • .github/workflows/release.yaml
  • .github/workflows/scorecard.yml
  • .github/workflows/update-go-containerregistry.yaml
  • .github/workflows/website.yaml
Previous run (4)

Review — approve

PR: #3282Update github actions (main) (minor)
Author: red-hat-konflux[bot]

Summary

Clean mechanical dependency version bump across 8 GitHub Actions workflow files. All updates are minor version increments with commit SHA pinning.

Actions updated:

Action Old New
step-security/harden-runner v2.15.1 v2.20.0
actions/cache v5.0.4 v5.1.0
actions/setup-go v6.3.0 v6.5.0
actions/setup-node v6.2.0 v6.5.0
github/codeql-action v4.32.6 v4.37.0
conforma/pr-size-label-action v1.0.0 v1.2.0
softprops/action-gh-release (SHA update) (SHA update)

Verification

  • ✅ All new SHA pins verified against their claimed version tags via GitHub API
  • ✅ All references consistent across workflow files — no stale old SHAs remain
  • ✅ No changes to workflow permissions: blocks
  • ✅ No new secrets exposure or workflow command injection vectors
  • ✅ Version jumps are within normal minor-version update ranges

Findings

[low] Pre-existing: tag-based pinning for conforma/pr-size-label-action
label-pr-size.yaml:32 — This action uses a mutable tag reference (@v1.2.0) instead of a commit SHA pin, which is inconsistent with the security posture of all other actions in this repository. This is a pre-existing pattern (old value was also @v1.0.0), not introduced by this PR. The action is first-party (same conforma org), which mitigates risk, but the workflow runs on pull_request_target with pull-requests: write permissions — SHA pinning would provide stronger supply chain protection.

Remediation: Pin to a full 40-character commit SHA: conforma/pr-size-label-action@<sha> # v1.2.0


No blocking issues. This is a safe, routine dependency update.


Protected paths detected — this PR modifies files under one or more
protected paths. The review agent cannot approve PRs that touch these paths.
A human reviewer must approve this PR.

Protected files in this PR:

  • .github/workflows/checks-codecov.yaml
  • .github/workflows/codeql.yaml
  • .github/workflows/label-pr-size.yaml
  • .github/workflows/lint.yaml
  • .github/workflows/release.yaml
  • .github/workflows/scorecard.yml
  • .github/workflows/update-go-containerregistry.yaml
  • .github/workflows/website.yaml

Labels: PR updates CI workflow dependency versions

Previous run (5)

Review of #3282

Verdict: Comment — one pre-existing medium-severity finding surfaced by this diff; no blocking issues with the version bumps themselves.

Summary

This PR is an automated minor dependency update of GitHub Actions across 8 workflow files, generated by red-hat-konflux[bot]. All updates are within their respective minor version ranges:

Action Old Version New Version
step-security/harden-runner v2.15.1 v2.20.0
actions/cache / cache/restore v5.0.4 v5.1.0
actions/setup-go v6.3.0 v6.5.0
actions/setup-node v6.2.0 v6.5.0
github/codeql-action/* v4.32.6 v4.37.0
conforma/pr-size-label-action v1.0.0 v1.2.0
softprops/action-gh-release v2 (SHA bump) v2 (SHA bump)

All action references except one use SHA-pinned format (@<sha> # vX.Y.Z), which is correct. No permissions blocks, secrets exposure, trigger types, or workflow logic are modified.

Findings

⚠ Medium: Missing SHA pin on conforma/pr-size-label-action (pre-existing)

File: .github/workflows/label-pr-size.yaml, line 32
Category: supply-chain / action pinning

conforma/pr-size-label-action is the only action across all workflow files pinned by a mutable Git tag (@v1.2.0) rather than an immutable commit SHA. Every other action in this repository consistently uses SHA pinning. This workflow runs on pull_request_target with pull-requests: write and issues: write permissions, meaning a compromised or force-pushed tag could execute arbitrary code with write access.

While this is an organization-owned action (mitigating the risk somewhat), SHA pinning should be applied for consistency and defense-in-depth — especially since this PR is already touching the reference.

Remediation: Pin by the full commit SHA of v1.2.0:

uses: conforma/pr-size-label-action@<full-sha-of-v1.2.0> # v1.2.0

🔵 Low: Stale commented-out action references

File: .github/workflows/checks-codecov.yaml (line ~104) and .github/workflows/release.yaml (line ~70)
Category: consistency

Commented-out step-security/harden-runner references still show outdated SHAs (v2.11.0 and v2.4.1 respectively), while all active references are being bumped to v2.20.0. If someone uncomments these blocks, they will use significantly outdated versions.

Verification performed

  • ✅ All SHA-pinned action bumps verified — version comments match the described updates
  • ✅ No permissions blocks changed across any workflow file
  • ✅ No secrets exposed to untrusted contexts
  • ✅ No workflow command injection surfaces introduced
  • ✅ No production code, tests, or documentation affected
  • ✅ Authorization inferred from mechanical nature of change (automated bot, value-only dependency bump)
Previous run (6)

Review — Approve

PR: #3282 — Update github actions (main) (minor)
Author: red-hat-konflux[bot] (Renovate)
Scope: 8 GitHub Actions workflow files under .github/workflows/

Summary

Automated Renovate PR that bumps 7 GitHub Actions dependencies to their latest minor versions across 8 workflow files. All changes are version-pinned SHA updates with version comments — no behavioral or configuration changes.

Updates verified

Action Old Version New Version SHA Verified
step-security/harden-runner v2.15.1 v2.20.0
actions/cache v5.0.4 v5.1.0
actions/setup-go v6.3.0 v6.5.0
actions/setup-node v6.2.0 v6.4.0
github/codeql-action v4.32.6 v4.37.0
softprops/action-gh-release v2 (SHA bump) v2 (SHA bump)
conforma/pr-size-label-action v1.0.0 v1.2.0 ✅ (tag)

All SHA-to-version mappings were independently verified against each action's GitHub repository via the Git refs API.

Consistency check

Every instance of each action across all workflow files is being updated uniformly — no stale references remain.

Findings

Low — conforma/pr-size-label-action uses tag reference instead of SHA pin (label-pr-size.yaml)
The conforma/pr-size-label-action is referenced by mutable tag (v1.2.0) rather than a pinned commit SHA, unlike all other actions in this repository. Tags can be reassigned, which weakens supply chain integrity. This is a pre-existing pattern (was v1.0.0 before this PR) and the action is organization-internal, but pinning to a SHA with a version comment would align with the project's security posture for all other actions.

Remediation: Pin to a specific commit SHA with a version comment, e.g.:

uses: conforma/pr-size-label-action@<commit-sha> # v1.2.0

Protected paths detected — this PR modifies files under one or more
protected paths. The review agent cannot approve PRs that touch these paths.
A human reviewer must approve this PR.

Protected files in this PR:

  • .github/workflows/checks-codecov.yaml
  • .github/workflows/codeql.yaml
  • .github/workflows/label-pr-size.yaml
  • .github/workflows/lint.yaml
  • .github/workflows/release.yaml
  • .github/workflows/scorecard.yml
  • .github/workflows/update-go-containerregistry.yaml
  • .github/workflows/website.yaml
Previous run (7)

Review — Approve ✅

Scope: Automated GitHub Actions dependency update (minor versions) across 8 CI workflow files.

Changes Verified

Action Old Version New Version Pin Type
step-security/harden-runner v2.15.1 v2.20.0 SHA ✅
actions/cache / cache/restore v5.0.4 v5.1.0 SHA ✅
actions/setup-go v6.3.0 v6.5.0 SHA ✅
actions/setup-node v6.2.0 v6.4.0 SHA ✅
github/codeql-action/* v4.32.6 v4.36.3 SHA ✅
softprops/action-gh-release (sha update) (sha update) SHA ✅
conforma/pr-size-label-action v1.0.0 v1.2.0 Tag only ⚠

Findings

Low: Missing SHA pin on conforma/pr-size-label-action — This action is referenced by mutable tag (@v1.2.0) rather than a commit SHA, unlike all other actions in the repository's workflows. While this is a pre-existing pattern (not introduced by this PR) and the action is from the same organization, adding a SHA pin would be consistent with the repository's supply chain security posture. Consider pinning in a follow-up.

Checks Performed

  • Correctness: All SHA pins are internally consistent across the 8 workflow files. Version comments correctly annotate their corresponding commit SHAs. All updates are minor version bumps maintaining backward compatibility.
  • Security: SHA pinning is maintained on all actions where it was previously in place. No new unpinned actions introduced. No workflow permission changes. No changes to workflow triggers or secrets handling.
  • Intent & coherence: Changes are appropriately scoped to CI dependency updates only. No application code, configuration, or documentation is modified. PR is generated by the Renovate bot (red-hat-konflux[bot]), consistent with the repository's automated dependency management.
  • Style/conventions: Consistent with existing workflow formatting and pinning conventions.
  • Documentation: No documentation impact — CI-only changes.
  • Cross-repo contracts: No API, schema, or interface changes.

Protected paths detected — this PR modifies files under one or more
protected paths. The review agent cannot approve PRs that touch these paths.
A human reviewer must approve this PR.

Protected files in this PR:

  • .github/workflows/checks-codecov.yaml
  • .github/workflows/codeql.yaml
  • .github/workflows/label-pr-size.yaml
  • .github/workflows/lint.yaml
  • .github/workflows/release.yaml
  • .github/workflows/scorecard.yml
  • .github/workflows/update-go-containerregistry.yaml
  • .github/workflows/website.yaml
Previous run (8)

Review

Findings

Info

  • [protected-path] .github/workflows/* — All 8 changed files are under .github/ (protected path). Authorization for these changes is supported by the repository's renovate.json configuration, which explicitly enables automated dependency management via conforma/.github shared config. The PR is authored by red-hat-konflux[bot] and labeled renovate. Human approval is still required for protected-path changes, regardless of automation authorization.

Labels: PR modifies CI workflow files under .github/workflows/

Previous run (9)

Review

Findings

High

  • [protected-path] .github/workflows/ — All 8 modified files fall under the .github/ protected path. This PR has no linked issue providing authorization for the changes. While the changes are mechanical GitHub Actions version bumps generated by Renovate, human approval is required for all modifications to CI/CD workflow files. Protected-path changes cannot be auto-approved regardless of content.
    Remediation: A maintainer should verify the version bumps are expected and approve the PR manually.

Labels: PR updates GitHub Actions workflow dependency versions, matching the github_actions and dependencies label definitions.

Previous run (10)

Review

Findings

High

  • [protected-path] .github/workflows/ — All 8 modified files are under the .github/ protected path, which requires human approval. This PR has no linked issue and no explicit justification for modifying governance/infrastructure files beyond the automated bot description. Protected files modified: .github/workflows/checks-codecov.yaml, .github/workflows/codeql.yaml, .github/workflows/label-pr-size.yaml, .github/workflows/lint.yaml, .github/workflows/release.yaml, .github/workflows/scorecard.yml, .github/workflows/update-go-containerregistry.yaml, .github/workflows/website.yaml.
    Remediation: A human reviewer must explicitly approve changes to protected paths. Consider linking a tracking issue for automated dependency updates that touch CI workflows.

Low

  • [supply-chain] .github/workflows/label-pr-size.yaml:32conforma/pr-size-label-action is referenced by mutable tag (v1.2.0) without SHA pinning. This action runs on the pull_request_target trigger with write permissions to pull-requests and issues. However, this follows the established repository convention: all conforma/ org-owned actions are referenced by branch or tag rather than SHA. The risk is mitigated by the action being owned by the same organization. Consider SHA-pinning all conforma/ org-owned actions for defense-in-depth as a broader policy decision.
Previous run (11)

Review

Findings

High

  • [protected-path] .github/workflows/* — All 8 files modified in this PR are under the .github/ protected path. The PR has no linked issue providing authorization context for modifying governance/infrastructure files. Human approval is required for all protected-path changes. Affected files: checks-codecov.yaml, codeql.yaml, label-pr-size.yaml, lint.yaml, release.yaml, scorecard.yml, update-go-containerregistry.yaml, website.yaml.

Medium

  • [action-pinning] .github/workflows/label-pr-size.yaml:32conforma/pr-size-label-action is pinned to a mutable version tag (v1.2.0) rather than an immutable commit SHA. Every other third-party action in this repository (across all 7 other workflow files) is pinned to a full 40-character commit SHA with a version comment. This workflow runs on pull_request_target with pull-requests: write and issues: write permissions, which increases the impact of a supply chain compromise if the tag is force-pushed.
    Remediation: Pin to the commit SHA corresponding to v1.2.0, e.g.: uses: conforma/pr-size-label-action@<full-sha> # v1.2.0

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings: model unavailable on deployment.
  • [sub-agent-failure] N/A — The intent-coherence sub-agent did not return findings: model unavailable on deployment.
Previous run (12)

Review

Findings

High

  • [protected-path] .github/workflows/* — All 8 modified files are under .github/, a protected path. This PR has no linked issue providing justification for modifying governance/infrastructure files. Human approval is required for all protected-path changes regardless of content. Affected files: checks-codecov.yaml, codeql.yaml, label-pr-size.yaml, lint.yaml, release.yaml, scorecard.yml, update-go-containerregistry.yaml, website.yaml.

Low

  • [pattern-inconsistency] .github/workflows/label-pr-size.yaml:32conforma/pr-size-label-action is pinned to a mutable tag (@v1.2.0) rather than a commit SHA, unlike every other action reference in this repository. This is a pre-existing pattern (was @v1.0.0), not introduced by this PR. This action runs on pull_request_target with pull-requests: write and issues: write permissions, making SHA pinning especially important for supply-chain security. See also: security dimension (mutable action reference).
    Remediation: Pin to a full commit SHA with a version comment, e.g., uses: conforma/pr-size-label-action@<commit-sha> # v1.2.0.

fullsend-ai-review[bot]

This comment was marked as outdated.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch from f6505bd to 9c01ad3 Compare June 5, 2026 03:06
fullsend-ai-review[bot]

This comment was marked as outdated.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch from 9c01ad3 to 102a5b8 Compare June 28, 2026 01:46
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 28, 2026

Copy link
Copy Markdown

🤖 Review · ⚠️ Cancelled · Started 1:50 AM UTC · Ended 1:51 AM UTC
Commit: 47d3320 · View workflow run →

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch from 102a5b8 to 6da25cf Compare June 28, 2026 01:51
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 28, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:54 AM UTC · Completed 2:03 AM UTC
Commit: 47d3320 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Jul 18, 2026

Copy link
Copy Markdown

🤖 Review · ⚠️ Cancelled · Started 2:05 AM UTC · Ended 2:08 AM UTC
Commit: 87c4a29 · View workflow run →

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch from cc66512 to 4a96d6b Compare July 18, 2026 02:08
@fullsend-ai-review

fullsend-ai-review Bot commented Jul 18, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 2:09 AM UTC · Completed 2:17 AM UTC
Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review fullsend-ai-review Bot added requires-manual-review Review requires human judgment and removed requires-manual-review Review requires human judgment labels Jul 18, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch from 4a96d6b to 81cd764 Compare July 20, 2026 03:34
@fullsend-ai-review fullsend-ai-review Bot added requires-manual-review Review requires human judgment and removed requires-manual-review Review requires human judgment labels Jul 20, 2026
@fullsend-ai-review

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 3:34 AM UTC · Completed 3:38 AM UTC
Commit: 87c4a29 · View workflow run →

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch from 81cd764 to c5e45e8 Compare July 20, 2026 03:41
@fullsend-ai-review

fullsend-ai-review Bot commented Jul 20, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 3:42 AM UTC · Completed 3:46 AM UTC
Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review fullsend-ai-review Bot added requires-manual-review Review requires human judgment and removed requires-manual-review Review requires human judgment labels Jul 20, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch from c5e45e8 to 4904a54 Compare July 20, 2026 03:48
@fullsend-ai-review

fullsend-ai-review Bot commented Jul 20, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 3:49 AM UTC · Completed 3:53 AM UTC
Commit: 87c4a29 · View workflow run →

@fullsend-ai-review fullsend-ai-review Bot added requires-manual-review Review requires human judgment and removed requires-manual-review Review requires human judgment labels Jul 20, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch from 4904a54 to 868e42a Compare July 24, 2026 02:06
@github-actions github-actions Bot added size: M and removed size: S labels Jul 24, 2026
@fullsend-ai-review

fullsend-ai-review Bot commented Jul 24, 2026

Copy link
Copy Markdown

🤖 Review · ⚠️ Cancelled · Started 2:07 AM UTC · Ended 2:09 AM UTC
Commit: 87c4a29 · View workflow run →

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch from 868e42a to 4b7aa39 Compare July 24, 2026 02:08
@fullsend-ai-review

fullsend-ai-review Bot commented Jul 24, 2026

Copy link
Copy Markdown

🤖 Review · ⚠️ Cancelled · Started 2:10 AM UTC · Ended 2:12 AM UTC
Commit: 87c4a29 · View workflow run →

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/github-actions branch from 4b7aa39 to 2f77b4d Compare July 24, 2026 02:11
@fullsend-ai-review

fullsend-ai-review Bot commented Jul 24, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 2:12 AM UTC · Completed 2:24 AM UTC
Commit: 87c4a29 · View workflow run →

@fullsend-ai-review fullsend-ai-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the review comment for full details.

@fullsend-ai-review fullsend-ai-review Bot removed the requires-manual-review Review requires human judgment label Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code main renovate size: M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants