chore(deps): pin ivuorinen/go-test-sarif action to (#6)

This commit is contained in:
renovate[bot]
2025-03-24 06:45:48 +02:00
committed by GitHub
parent 27ad843c77
commit 292692edb9
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
run: go test -json ./... > go-test-results.json
- name: Convert JSON to SARIF
uses: ivuorinen/go-test-sarif@v1
uses: ivuorinen/go-test-sarif@58ffaaacdb178a5d053f8e8c2693966422a3ecda # v1
with:
input_file: go-test-results.json
output_file: go-test-results.sarif