From 292692edb98aa33dfd5823e77fd117e55cd291a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 06:45:48 +0200 Subject: [PATCH] chore(deps): pin ivuorinen/go-test-sarif action to (#6) --- .github/workflows/test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 111f651..6e026be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/action.yml b/action.yml index 3a401fa..4509f48 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ runs: using: 'composite' steps: - name: Convert Go test results to SARIF - uses: ivuorinen/go-test-sarif@v1 + uses: ivuorinen/go-test-sarif@58ffaaacdb178a5d053f8e8c2693966422a3ecda # v1 with: input_file: ${{ inputs.input_file }} output_file: ${{ inputs.output_file }}