chore(deps): update konradmichalik/reusable-github-actions action to v0.1.0 - autoclosed - #49
Closed
renovate[bot] wants to merge 1 commit into
Closed
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
renovate
Bot
deleted the
renovate/konradmichalik-reusable-github-actions-0.x
branch
September 12, 2026 14:32
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:
0.0.1→0.1.0Release Notes
konradmichalik/reusable-github-actions (konradmichalik/reusable-github-actions)
v0.1.0: — first real releaseCompare Source
The first real release.
0.0.1was a freeze marker with no functional change; everything below landed behind it, so no consumer has seen any of it yet.Every consumer is currently pinned to
0.0.1. Bumping is deliberate and one repository at a time — this list is what to check before you do.Consumer-visible behaviour changes
Read these before bumping. Everything else in this release is invisible from the outside.
Runs are now capped in time
Every job previously used the GitHub default of 360 minutes. Jobs now cap at 10–25 minutes depending on kind. A job that legitimately takes longer than its cap will now be killed rather than hanging — if any of your test suites run long, check them first.
Superseded runs are cancelled for CGL and Security
cgl.yml,cgl-test.ymlandsecurity.ymlnow cancel their own in-flight runs when a newer commit arrives on the same ref. Release and Scorecard deliberately do not cancel. The three test workflows manage no concurrency at all — that stays yours to set, and is the one place you should.Coveralls became opt-out, and skips fork pull requests
The upload used to run unconditionally, so repositories not registered on Coveralls got a failing job. It now has a
coverallsinput, defaulting totrue— unchanged for the 22 repositories that use it. If yours is not on Coveralls, setcoveralls: false.It is also skipped on pull requests from forks, where the upload cannot succeed and its failure used to mark an otherwise fine contribution red.
CodeClimate reporting removed
The step is gone. It had never actually run — the secret guarding it was never declared in the reusable workflows, so it never reached them — and it could not run today regardless: Code Climate's coverage API was shut down on 2025-07-18 and the product moved to Qlty. If you set
CC_TEST_REPORTER_IDon a repository, it is inert and can be deleted.Coverage path rewriting removed, and the directory is now an input
The
Fix coverage pathstep rewrote a path that never appeared in the report — verified against a realclover.xml, which contains/home/runner/work/<repo>/<repo>, already exactlygithub.workspace. Both copies were no-ops and are gone.The coverage directory is now the
coverage-dirinput, defaulting to today's value per workflow:.build/coveragefortests-php.yml,.Build/coveragefortests-typo3.yml. Only set it if yourtest:coveragescript writes somewhere else.Scorecard never publishes from a private repository
publish_resultswas hardcodedtrue, which fails on a private repository and would be a disclosure if it did not. Visibility now decides, and a newpublish-resultsinput can narrow it further for a public repository that wants scoring without the badge. Scoring and the SARIF upload are unaffected.This fixes a weekly failure that had been red for over a month.
Release tags are validated properly
The tag check used unescaped dots, so
1x2x3and1-2-3passed and got released. Both release workflows now validate identically againstgithub.ref_name:v1.2.3,1.2,1.2.3-rc1and1.0.1000are rejected, with an annotation naming the tag instead of a bareexit 1. No existing tag has the offending shape, so nothing breaks retroactively — this only affects tags created from here on.tests.ymlis deprecatedSuperseded by
tests-typo3.yml, removal planned for 0.3.0. Runs now emit a warning annotation and a job-summary notice. Migration is a one-line change of theuses:path: the input blocks and the job names are identical, so composed check-run names do not change and branch protection rules keep matching.Checkouts no longer persist git credentials
All 22 checkouts now set
persist-credentials: false. Every git call inside these workflows is local, so nothing here needed it. The one thing that could bite: if yourcomposer.jsonhas a"type": "vcs"repository pointing at a private GitHub repository,composer installused to succeed on the persisted credential and will now fail. One consumer has such an entry and its target is public, so nothing is currently affected.Security
${{ }}expression that reached arun:block in the two release workflows now goes throughenv:and is referenced as a quoted shell variable. A tag name containing shell metacharacters was executable code; quoting in place did not help, because substitution happens before the shell parses the line.check-action-pinsjob that fails the build if any regresses to a floating tag.permissions: {}and each job declares exactly what it needs. Effective permissions are unchanged — no job lost a scope it was using.New inputs
tests-php.ymlcoverage-dir.build/coveragetests-php.ymlcoverallstruetests-typo3.ymlcoverage-dir.Build/coveragetests-typo3.ymlcoverallstruescorecard.ymlpublish-resultstrue, ignored on private repositoriesAll optional; leaving them unset keeps today's behaviour.
Bumping
Pin by full commit SHA with the version as a trailing comment, which is what Renovate reads:
No Renovate configuration is needed — the
github-actionsmanager handles job-level reusable-workflow references and rewrites the SHA and the comment together. The version must start the comment:# 0.1.0is read,# pinned to 0.1.0is not.See
docs/stability.mdfor the full policy anddocs/inventory.mdfor who references what.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.