We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f052b2 commit 145941dCopy full SHA for 145941d
1 file changed
.github/workflows/trivy.yaml
@@ -8,13 +8,13 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Set up Go 1.x
11
- uses: actions/setup-go@v4
+ uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4
12
with:
13
go-version: ^1.19
14
id: go
15
16
- name: Checkout code
17
- uses: actions/checkout@v3
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
18
19
- name: Build a binary
20
run: |
0 commit comments