Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
Pin golang dependency.
  • Loading branch information
quintush authored Aug 21, 2024
1 parent 0c90e26 commit 543a53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -117,4 +117,4 @@ jobs:
if: always()
with:
sarif_file: trivy-results.sarif


0 comments on commit 543a53e

Please sign in to comment.