Skip to content

Commit 0e9384b

Browse files
committed
Pin gh-action-scan to full commit SHA (org requirement)
Co-authored-by: Isaac
1 parent 779c5a8 commit 0e9384b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: mvn --errors package -DskipTests -pl databricks-sdk-java
3030

3131
- name: Security scan
32-
uses: databricks-eng/gh-action-scan@v1.0.0
32+
uses: databricks-eng/gh-action-scan@1c260de6986f77d8c505975ce434830a7afdb95f # main
3333
with:
3434
artifact-path: databricks-sdk-java/target/
3535
artifact-name: databricks-sdk-java

0 commit comments

Comments
 (0)