-
Notifications
You must be signed in to change notification settings - Fork 0
fix(standards): pin auto-rebase stub to SHA to satisfy SonarCloud security gate #166
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
base: main
Are you sure you want to change the base?
Changes from all commits
1ae244b
95c494b
5b0640c
851c796
60f33db
d5f7bc2
4c18eb1
3318938
cddbae3
7877e18
b412a1d
0daffc6
55fb3e5
6f61b5a
4a23f8f
644af4d
670c115
817b9b9
a0d3196
13fd820
8640eaf
b2eee6e
f9f4031
332fadb
d07f212
d5a34c5
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 |
|---|---|---|
|
|
@@ -528,7 +528,7 @@ | |
| Without it the sentinel comment still appears but no automatic resolution will run. | ||
| Dependabot PRs are excluded because `dependabot-rebase.yml` handles those. | ||
|
|
||
| **Compliance:** The compliance audit (`check_centralized_workflow_stubs`) verifies that repos adopting `auto-rebase.yml` use the canonical thin caller stub delegating to `petry-projects/.github/.github/workflows/auto-rebase-reusable.yml@v1`. | ||
| **Compliance:** The compliance audit (`check_centralized_workflow_stubs`) verifies that repos adopting `auto-rebase.yml` use the canonical thin caller stub delegating to `petry-projects/.github/.github/workflows/auto-rebase-reusable.yml` with a SHA-pinned reference (e.g. `@126c1441ee9cf040f2ce3ef0eda85d459b82f8e9 # v1`). The `@v1` mutable tag is still accepted for backwards compatibility but SHA-pinned references are preferred to satisfy SonarCloud's supply-chain security gate. | ||
|
Check failure on line 531 in standards/ci-standards.md
|
||
|
coderabbitai[bot] marked this conversation as resolved.
|
||
|
|
||
| ### 10. PR Review Mention (`pr-review-mention.yml`) | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -38,5 +38,5 @@ jobs: | |||||
| permissions: | ||||||
| contents: write # update-branch via GITHUB_TOKEN (may touch .github/workflows/) | ||||||
| pull-requests: write # post comments on PRs | ||||||
| uses: petry-projects/.github/.github/workflows/auto-rebase-reusable.yml@v1 | ||||||
| uses: petry-projects/.github/.github/workflows/auto-rebase-reusable.yml@126c1441ee9cf040f2ce3ef0eda85d459b82f8e9 # v1 | ||||||
|
||||||
| uses: petry-projects/.github/.github/workflows/auto-rebase-reusable.yml@126c1441ee9cf040f2ce3ef0eda85d459b82f8e9 # v1 | |
| uses: petry-projects/.github/.github/workflows/auto-rebase-reusable.yml@126c1441ee9cf040f2ce3ef0eda85d459b82f8e9 # pinned SHA |
Uh oh!
There was an error while loading. Please reload this page.