Skip to content

Commit

Permalink
Update govulncheck.yml
Browse files Browse the repository at this point in the history
Pin GitHub actions.
  • Loading branch information
x448 committed Nov 6, 2023
1 parent 67d41f1 commit 04d9817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
contents: read
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 1
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: 1.21.x
check-latest: true
Expand Down

0 comments on commit 04d9817

Please sign in to comment.