Skip to content

Commit 234f1bd

Browse files
authored
chore(github-actions): pin reqstool/.github references to 1.0.0 (#44)
Replaces a mix of @main and @<sha> # main <date> with a single shape: @<sha> # 1.0.0, against reqstool/.github's first tag. @main is mutable, so CodeQL's actions/unpinned-tag flags it and any change to the shared workflows reaches this repo with no review -- which bit twice this week while the PyPI publish path was being fixed. A bare tag would still be mutable; the sha-with-version-comment form satisfies the pinning audits while letting Renovate track the digest and rewrite the comment, so the pin does not rot. Implements reqstool/.github#25. Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>
1 parent 72addd7 commit 234f1bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ permissions:
1010

1111
jobs:
1212
check:
13-
uses: reqstool/.github/.github/workflows/common-check-semantic-pr.yml@main
13+
uses: reqstool/.github/.github/workflows/common-check-semantic-pr.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0

.github/workflows/publish_gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
publish:
16-
uses: reqstool/.github/.github/workflows/common-publish-to-github-pages.yml@main
16+
uses: reqstool/.github/.github/workflows/common-publish-to-github-pages.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0
1717
permissions:
1818
contents: read
1919
pages: write

0 commit comments

Comments
 (0)