chore(deps): update ferrlabs/.github digest to 2718959 - #402
Conversation
| contents: write | ||
| id-token: write | ||
| uses: FerrLabs/.github/.github/workflows/reusable-ferrflow-release.yml@af8854ddb779bc164baaa055c1c47a54c75fc135 # main | ||
| uses: FerrLabs/.github/.github/workflows/reusable-ferrflow-release.yml@27189599050b35240d932e5ca174af38297f1051 # main |
| contents: read | ||
| security-events: write | ||
| uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@af8854ddb779bc164baaa055c1c47a54c75fc135 # main | ||
| uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@27189599050b35240d932e5ca174af38297f1051 # main |
| contents: read | ||
| pull-requests: write | ||
| uses: FerrLabs/.github/.github/workflows/reusable-sonarqube-scan.yml@af8854ddb779bc164baaa055c1c47a54c75fc135 # main | ||
| uses: FerrLabs/.github/.github/workflows/reusable-sonarqube-scan.yml@27189599050b35240d932e5ca174af38297f1051 # main |
There was a problem hiding this comment.
Digest bump for FerrLabs/.github, three upstream commits between af8854d and 2718959:
reusable-docker-build.yml: cosign signing no longer waits on the trivy job (needs: [build, trivy]→needs: build). Behavior change only, signature now happens even if the CVE scan fails; no input/output/secret contract change.reusable-ferrflow-release.yml: addsCARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_FERRLABS_REGISTRY_TOKEN }}to the two FerrFlow steps.default.json(shared renovate config): keeps chart majors out of the FerrLabs charts group. This repo'srenovate.jsonextendsgithub>FerrLabs/.github, so it applies, but only to future Renovate PRs, not to this one or to CI.
None of the four call sites in this repo (docker.yml ×4, release.yml, security-scan.yml, sonarqube.yml) need any change to match the new interface, all still call the workflows with the same with/secrets: inherit shape.
Nit: release.yml uses secrets: inherit, so the new CARGO_REGISTRY_TOKEN env var will pick up CARGO_FERRLABS_REGISTRY_TOKEN automatically if that secret is defined at org/repo level. I can't check secret existence from here; worth confirming before the next non-dry-run release, since a missing token would only surface as a crates.io auth failure at publish time, not in this PR's checks.
CI: everything that has completed so far is green (Conventional commits, Coverage-adjacent jobs, Secrets+CVE scans, hadolint, Helm chart, Check Site); nothing has failed. No job in this PR's checks exercises reusable-ferrflow-release.yml since that only runs on release, not on PR events.
This PR contains the following updates:
af8854d→2718959Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate CLI.