Skip to content

Commit d066721

Browse files
fix: pin GitHub Actions to full SHA (CLOUDEVOPS-4942)
1 parent d17e647 commit d066721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sourceguard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
image: sourceguard/sourceguard-cli
88
steps:
99
- name: Scan
10-
uses: CheckPointSW/sourceguard-action@main
10+
uses: CheckPointSW/sourceguard-action@ddeadaa391a6defb21ef4228b91956b062c27862 # main
1111
with:
1212
SG_CLIENT_ID: ${{ secrets.SG_CLIENT_ID }}
1313
SG_SECRET_KEY: ${{ secrets.SG_SECRET_KEY }}

0 commit comments

Comments
 (0)