Skip to content

Commit

Permalink
Use tagged versions of GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested authored Sep 10, 2024
1 parent 8347a28 commit d7b0adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
uses: securego/gosec@v2.21.2
with:
args: '-no-fail -fmt sarif -out results.sarif -tests ./...'
- name: Upload SARIF file
Expand All @@ -40,7 +40,7 @@ jobs:
with:
go-version-file: go.mod
- id: govulncheck
uses: golang/govulncheck-action@master
uses: golang/govulncheck-action@v1.0.3
with:
govulncheck-action: go.mod
output-format: sarif
Expand Down

0 comments on commit d7b0adc

Please sign in to comment.