chore(deps): update ferrlabs/.github digest to efe7f97 - #386
Conversation
| contents: write | ||
| id-token: write | ||
| uses: FerrLabs/.github/.github/workflows/reusable-ferrflow-release.yml@9de9605743021dfff54158707936cc57bedd4360 # main | ||
| uses: FerrLabs/.github/.github/workflows/reusable-ferrflow-release.yml@efe7f9708acb0ab525649badcade6e3a6ef678b5 # main |
| contents: read | ||
| security-events: write | ||
| uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@9de9605743021dfff54158707936cc57bedd4360 # main | ||
| uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@efe7f9708acb0ab525649badcade6e3a6ef678b5 # main |
| contents: read | ||
| pull-requests: write | ||
| uses: FerrLabs/.github/.github/workflows/reusable-sonarqube-scan.yml@9de9605743021dfff54158707936cc57bedd4360 # main | ||
| uses: FerrLabs/.github/.github/workflows/reusable-sonarqube-scan.yml@efe7f9708acb0ab525649badcade6e3a6ef678b5 # main |
There was a problem hiding this comment.
Digest bump 9de9605 → efe7f97 for FerrLabs/.github spans a single upstream commit (FerrLabs/.github#340).
What changed: only reusable-sonarqube-scan.yml has real content changes — it drops the PR-sandbox project and diff-comment logic and now hard-skips the analysis job on pull_request events (if: github.event_name != 'pull_request'), same pattern added to reusable-ci-{astro,go,node,rust}.yml (LFSX doesn't call those). reusable-docker-build.yml, reusable-ferrflow-release.yml, and reusable-security-scan.yml — used by docker.yml, release.yml, security-scan.yml here — are untouched by this commit, so those three files' diffs are digest-only with zero behavior change.
What breaks here: nothing. .github/workflows/sonarqube.yml calls the changed reusable, so on future PRs the scan job's sonarqube step will just show as skipped instead of posting the Sonar delta comment it used to (no <repo>-pr sandbox project analysis anymore). Push-to-main analysis is unaffected. Nit: the caller's pull-requests: write permission and its comment about needing it for "the reusable comments the issue delta on pull requests" (sonarqube.yml:98-99) are now stale, since that step no longer runs — harmless to leave, but worth pruning next time that file is touched.
CI: nothing has failed as of this review; most jobs were still queued/in-progress at check time.
This PR contains the following updates:
9de9605→efe7f97Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Configuration
📅 Schedule: (UTC)
🚦 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 has been generated by Mend Renovate CLI.