Skip to content

Commit 38173e5

Browse files
Merge pull request #8 from alma/security/nail-it-down-with-SHA-hash
Ensure github actions are pinned using SHA.
2 parents ea07fcb + 69f0b62 commit 38173e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/aqua.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1414

1515
- name: Run Aqua scanner
1616
uses: docker://aquasec/aqua-scanner

0 commit comments

Comments
 (0)