-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update stranske/workflows digest to a335f1a #2513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -111,7 +111,7 @@ jobs: | |
| github.event_name == 'pull_request_target' && | ||
| steps.eligibility.outputs.should-run == 'true' && | ||
| steps.api_client_base.outputs.available != 'true' | ||
| uses: "stranske/Workflows/.github/actions/setup-api-client@44965d8d784573c119fb63828c05c89256c5f3e1" # v1 | ||
| uses: "stranske/Workflows/.github/actions/setup-api-client@a335f1af2c35b8f35d2278f56e9af78792a09bf1" # v1 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. π Maintainability & Code Quality | π Major | ποΈ Heavy lift Do not update This file path is sync-managed, so this SHA bump should be done in As per coding guidelines, " Also applies to: 183-183 π€ Prompt for AI AgentsSource: Coding guidelines |
||
| with: | ||
| secrets: ${{ toJSON(secrets) }} | ||
| github_token: ${{ github.token }} | ||
|
|
@@ -180,7 +180,7 @@ jobs: | |
| steps.eligibility.outputs.should-run == 'true' && | ||
| github.event_name == 'pull_request' && | ||
| steps.api_client_head.outputs.available != 'true' | ||
| uses: "stranske/Workflows/.github/actions/setup-api-client@44965d8d784573c119fb63828c05c89256c5f3e1" # v1 | ||
| uses: "stranske/Workflows/.github/actions/setup-api-client@a335f1af2c35b8f35d2278f56e9af78792a09bf1" # v1 | ||
| with: | ||
| secrets: ${{ toJSON(secrets) }} | ||
| github_token: ${{ github.token }} | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this consumer template changes, Health 74 Template Drift runs on
templates/consumer-repo/.github/workflows/*.ymland compares the root/template pair againstconfig/template-drift-allowlist.txt; theagents-guard.ymlentry there still records the old template fingerprint (ff6f4a...) and reason for the previous44965d8pin, while this line changes the normalized template hash to90fa914.... Any PR/push containing this commit will therefore report unallowlisted drift until the allowlist entry is re-baselined alongside the digest bump.Useful? React with πΒ / π.