Commit 21ec231
authored
Reference the release checks by the repository's own syntax (#320)
`uses: ./.github/workflows/ci.yml` and `uses: $/.github/workflows/ci.yml` both call the reusable CI workflow from the caller's own commit, but only the second says so: the relative form is the same spelling a path on disk takes, and GitHub resolves it against the repository rather than the checkout. zizmor 0.6.3 added the audit that flags it.1 parent e5f721e commit 21ec231
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments