We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817be9b commit acf8ffaCopy full SHA for acf8ffa
.github/workflows/security-checks.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout Repository
17
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
18
19
- name: Scan repo
20
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
- name: Setup
37
uses: ./.github/actions/setup
0 commit comments