Skip to content

chore(deps): update ferrlabs/.github digest to e89ec12 - #315

Merged
ferrlabs-renovate[bot] merged 1 commit into
mainfrom
renovate/ferrlabs-actions
Sep 3, 2026
Merged

chore(deps): update ferrlabs/.github digest to e89ec12#315
ferrlabs-renovate[bot] merged 1 commit into
mainfrom
renovate/ferrlabs-actions

Conversation

@ferrlabs-renovate

@ferrlabs-renovate ferrlabs-renovate Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
FerrLabs/.github (changelog) workflow digest 340c925e89ec12

Configuration

📅 Schedule: (UTC)

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

🚦 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.


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

This PR has been generated by Mend Renovate CLI.

@ferrlabs-renovate
ferrlabs-renovate Bot enabled auto-merge (squash) September 2, 2026 16:27
Comment thread .github/workflows/ci.yml Fixed
Comment thread .github/workflows/ci.yml Fixed
Comment thread .github/workflows/renovate-rebase.yml Fixed
Comment thread .github/workflows/security-scan.yml Fixed
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

SonarQube — aucune nouvelle issue

Comparaison entre le projet bac à sable de cette PR et la branche par défaut : SonarQube Community n'analyse pas les PR, ce delta est calculé côté CI. Détail

@ferrfleet ferrfleet 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.

Digest-only bump of FerrLabs/.github (340c925a5886d7), pinned in 4 workflow files. The range is a single upstream commit (#303) touching only reusable-security-scan.yml: it switches the opengrep ruleset fetch from git clone to HTTPS. reusable-ci-node.yml, reusable-ferrflow-release.yml, reusable-pr-title.yml, and reusable-renovate-dispatch.yml — the ones this repo actually consumes for CI/release/PR-title/rebase — are unchanged in this range, so no breaking change reaches this repo.

CI: Test / Quality (knip, madge, audit) is failing here. That job runs via reusable-ci-node.yml, which is untouched by this bump, and the same job passed on the prior merge to main (#314, ~12h earlier). Not a regression from this PR — looks like a pre-existing/flaky audit result (e.g. a newly-published advisory) rather than something this digest bump caused.

Uneventful bump, safe to merge once the unrelated Quality check is sorted out separately.

@ferrlabs-renovate ferrlabs-renovate Bot changed the title chore(deps): update ferrlabs/.github digest to a5886d7 chore(deps): update ferrlabs/.github digest to 71acd9a Sep 2, 2026
@ferrlabs-renovate
ferrlabs-renovate Bot force-pushed the renovate/ferrlabs-actions branch from f8c13eb to 400f6df Compare September 2, 2026 20:57
Comment thread .github/workflows/ci.yml Fixed
Comment thread .github/workflows/ci.yml Fixed
Comment thread .github/workflows/renovate-rebase.yml Fixed
Comment thread .github/workflows/security-scan.yml Fixed
@ferrlabs-renovate
ferrlabs-renovate Bot force-pushed the renovate/ferrlabs-actions branch from 400f6df to 517e065 Compare September 3, 2026 07:03
@ferrlabs-renovate ferrlabs-renovate Bot changed the title chore(deps): update ferrlabs/.github digest to 71acd9a chore(deps): update ferrlabs/.github digest to 3df97ce Sep 3, 2026
Comment thread .github/workflows/ci.yml Fixed
Comment thread .github/workflows/ci.yml Fixed
Comment thread .github/workflows/renovate-rebase.yml Fixed
Comment thread .github/workflows/security-scan.yml Fixed
@ferrlabs-renovate ferrlabs-renovate Bot changed the title chore(deps): update ferrlabs/.github digest to 3df97ce chore(deps): update ferrlabs/.github digest to e89ec12 Sep 3, 2026
@ferrlabs-renovate
ferrlabs-renovate Bot force-pushed the renovate/ferrlabs-actions branch from 517e065 to 121056d Compare September 3, 2026 11:04
Comment thread .github/workflows/ci.yml
packages: read
name: Test
uses: FerrLabs/.github/.github/workflows/reusable-ci-node.yml@340c925168b2688fee08cff1a28bd3bf53754501 # main
uses: FerrLabs/.github/.github/workflows/reusable-ci-node.yml@e89ec1209ae561a7a1b910127ccbd926e77fa613 # main
Comment thread .github/workflows/ci.yml
contents: write
id-token: write
uses: FerrLabs/.github/.github/workflows/reusable-ferrflow-release.yml@340c925168b2688fee08cff1a28bd3bf53754501 # main
uses: FerrLabs/.github/.github/workflows/reusable-ferrflow-release.yml@e89ec1209ae561a7a1b910127ccbd926e77fa613 # main
jobs:
dispatch:
uses: FerrLabs/.github/.github/workflows/reusable-renovate-dispatch.yml@340c925168b2688fee08cff1a28bd3bf53754501 # main
uses: FerrLabs/.github/.github/workflows/reusable-renovate-dispatch.yml@e89ec1209ae561a7a1b910127ccbd926e77fa613 # main
scan:
name: Secrets + CVE
uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@340c925168b2688fee08cff1a28bd3bf53754501 # main
uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@e89ec1209ae561a7a1b910127ccbd926e77fa613 # main
@ferrlabs-renovate
ferrlabs-renovate Bot merged commit b505f9f into main Sep 3, 2026
15 checks passed
@ferrlabs-renovate
ferrlabs-renovate Bot deleted the renovate/ferrlabs-actions branch September 3, 2026 11:05

@ferrfleet ferrfleet 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.

Follow-up: target digest moved further (a5886d7e89ec12) since my last review. The 5 additional upstream commits in that range (#305, #307 docker Trivy/cache fixes; #309, #310, #312 rust cargo-deny/advisory-cache changes) only touch reusable-docker-build.yml, reusable-ci-rust.yml, and snippets/deny.toml — none of the 4 reusable workflows this repo actually consumes (reusable-ci-node.yml, reusable-ferrflow-release.yml, reusable-pr-title.yml, reusable-renovate-dispatch.yml). Still uneventful for this repo.

CI: all checks green now, including Test / Quality (knip, madge, audit) which I'd flagged as failing/flaky last time — confirmed pre-existing and now resolved on its own, not caused by this bump. Safe to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant