From 543a53eddad6802cb82f0f6921173b8b52ec602b Mon Sep 17 00:00:00 2001 From: Quintus Date: Wed, 21 Aug 2024 10:33:18 +0200 Subject: [PATCH] Update go.yml Pin golang dependency. --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ec56dc45d..31ed125c0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,7 +47,7 @@ jobs: # Install using go install - name: Install JUnit plugin for uploading testresults run: | - go install github.com/jstemmer/go-junit-report/v2@latest + go install github.com/jstemmer/go-junit-report/v2@14d61e6e75e3f3c74551d757ad936e8e88014464 # v2.1.0 # Run tests with nice formatting. Save the coverage and junit test results in test-results - name: Run tests @@ -117,4 +117,4 @@ jobs: if: always() with: sarif_file: trivy-results.sarif - \ No newline at end of file +