Skip to content

Commit

Permalink
ci(github-action): update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis-automation[bot] authored Mar 13, 2024
1 parent d5fd736 commit 9b1d23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Run Trivy vulnerability scanner in IaC mode
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # 0.18.0
Expand Down

0 comments on commit 9b1d23f

Please sign in to comment.