Commit 9e8ecf8
committed
chore(github-actions): pin reqstool/.github references to 1.0.0
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 9e8ecf8
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments