We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5658bad commit 9d1cfc3Copy full SHA for 9d1cfc3
1 file changed
.github/actions/setup-go/action.yaml
@@ -9,7 +9,7 @@ runs:
9
using: composite
10
steps:
11
- uses: actions/setup-go@v6
12
- with: # zizmor: ignore[cache-poisoning]
+ with:
13
go-version-file: ${{ inputs.working-directory }}/go.mod
14
cache-dependency-path: |
15
${{ inputs.working-directory }}/go.sum
0 commit comments