Skip to content

Commit 145941d

Browse files
committed
CI test
Signed-off-by: Eddie Torres <torredil@amazon.com>
1 parent 6f052b2 commit 145941d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trivy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Set up Go 1.x
11-
uses: actions/setup-go@v4
11+
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4
1212
with:
1313
go-version: ^1.19
1414
id: go
1515

1616
- name: Checkout code
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818

1919
- name: Build a binary
2020
run: |

0 commit comments

Comments
 (0)