Skip to content

Commit e5a5cc1

Browse files
authored
Merge pull request #18 from codebytes/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents cce39b3 + be32b38 commit e5a5cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: "ubuntu-20.04"
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: Run Trivy vulnerability scanner in fs mode
3131
uses: aquasecurity/trivy-action@master

0 commit comments

Comments
 (0)