Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): pin actions/checkout action to b4ffde6
Browse files Browse the repository at this point in the history
renovate[bot] authored Oct 26, 2023
1 parent 191d08f commit 9543992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Scan image with Trivy
uses: aquasecurity/trivy-action@master
with:

0 comments on commit 9543992

Please sign in to comment.