ci: opt in to org action-pin audit + Dependabot auto-merge#6
Open
fabapp2 wants to merge 1 commit into
Open
Conversation
Adds two thin caller workflows that delegate to the org composite actions in promptLM/.github (PR #11, SHA 4b0d21d): * action-pin-audit.yml — fails CI on any uses: ref not pinned to a 40-char commit SHA. Runs on PRs touching .github/workflows/**, weekly on schedule, and on workflow_dispatch. * auto-merge-deps.yml — enables gh pr merge --auto on Dependabot or Renovate PRs once safety filters pass (recognised bot author, no do-not-merge/blocked/breaking-change label, no major bump). Honours this repo's branch-protection rules. Also adds a minimal .github/dependabot.yml with the github-actions ecosystem so SHA pins stay current. Other ecosystems (maven/npm/pip) intentionally not enabled here. Tracking: promptLM/promptlm-release/docs/ci-sync-audit-2026-05-30.md §4 + §6 P1 #9. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Two tiny caller workflows that delegate to the org composite actions in
promptLM/.github(PR #11, SHA4b0d21d):action-pin-audit.yml— fails CI on anyuses:ref not pinned to a 40-char commit SHA. Trigger: PRs touching.github/workflows/**, Mondays 06:17 UTC, andworkflow_dispatch.auto-merge-deps.yml— enablesgh pr merge --autoon Dependabot or Renovate PRs once safety filters pass (recognised bot author, nodo-not-merge/blocked/breaking-changelabel, no major-version bump). Honours this repo's branch-protection rules — does not bypass any required check or approval.Also adds a minimal
.github/dependabot.ymlwith thegithub-actionsecosystem so SHA pins stay current. Other ecosystems (maven / npm / pip) are intentionally NOT enabled here — staged opt-in lets you decide when to absorb that PR flow.What to expect on this PR
This PR adds the audit workflow on the same change that introduces it, so the audit job will run against
.github/workflows/**here. If this repo currently has unpinneduses:refs, the audit job is expected to fail on this PR — that's the signal, not a problem with the workflow. Two ways to handle it:pin-action-shasvia a follow-upworkflow_dispatchto close the drift.Once the drift is closed once, the audit + Dependabot + auto-merge loop keeps it from coming back.
Rollout context
Per-repo opt-in for the org-wide composite actions. Status across the participating repos lives in
promptlm-release/docs/ci-sync-audit-2026-05-30.md §4.🤖 Generated with Claude Code