Skip to content

Commit 4440cdb

Browse files
tashianclaude
andcommitted
Use local file ref in code-scan.yml instead of smallstep/workflows@main
code-scan.yml references codeql-analysis.yml within the same repo, so use ./.github/workflows/ instead of the cross-repo @main ref. Removes the corresponding unpinned-uses zizmor suppression. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6262e7e commit 4440cdb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/code-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99
jobs:
1010
codeql:
1111
if: inputs.run-codeql
12-
uses: smallstep/workflows/.github/workflows/codeql-analysis.yml@main
12+
uses: ./.github/workflows/codeql-analysis.yml

.github/zizmor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rules:
44
# would defeat the purpose of the shared workflows repo.
55
unpinned-uses:
66
ignore:
7-
- code-scan.yml:12
87
- goreleaser.yml:133
98
- goreleaser.yml:141
109
# These workflows either lack a top-level `permissions:` block

0 commit comments

Comments
 (0)