Skip to content

Commit 9d1cfc3

Browse files
committed
ci(setup-go): drop now-redundant cache-poisoning zizmor pragma
1 parent 5658bad commit 9d1cfc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-go/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: composite
1010
steps:
1111
- uses: actions/setup-go@v6
12-
with: # zizmor: ignore[cache-poisoning]
12+
with:
1313
go-version-file: ${{ inputs.working-directory }}/go.mod
1414
cache-dependency-path: |
1515
${{ inputs.working-directory }}/go.sum

0 commit comments

Comments
 (0)