mirror of
https://github.com/ivuorinen/go-test-sarif.git
synced 2026-03-03 09:56:33 +00:00
chore(deps): pin ivuorinen/go-test-sarif action to (#6)
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
run: go test -json ./... > go-test-results.json
|
run: go test -json ./... > go-test-results.json
|
||||||
|
|
||||||
- name: Convert JSON to SARIF
|
- name: Convert JSON to SARIF
|
||||||
uses: ivuorinen/go-test-sarif@v1
|
uses: ivuorinen/go-test-sarif@58ffaaacdb178a5d053f8e8c2693966422a3ecda # v1
|
||||||
with:
|
with:
|
||||||
input_file: go-test-results.json
|
input_file: go-test-results.json
|
||||||
output_file: go-test-results.sarif
|
output_file: go-test-results.sarif
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ runs:
|
|||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- name: Convert Go test results to SARIF
|
- name: Convert Go test results to SARIF
|
||||||
uses: ivuorinen/go-test-sarif@v1
|
uses: ivuorinen/go-test-sarif@58ffaaacdb178a5d053f8e8c2693966422a3ecda # v1
|
||||||
with:
|
with:
|
||||||
input_file: ${{ inputs.input_file }}
|
input_file: ${{ inputs.input_file }}
|
||||||
output_file: ${{ inputs.output_file }}
|
output_file: ${{ inputs.output_file }}
|
||||||
|
|||||||
Reference in New Issue
Block a user