Skip to content

Commit 589012e

Browse files
committed
Checkout private action before use
Co-authored-by: Isaac
1 parent 3aeb8da commit 589012e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/scan-snapshot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,15 @@ jobs:
5252
- cli_windows_snapshot
5353

5454
steps:
55+
- name: Checkout scan action
56+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
57+
with:
58+
repository: databricks/gh-action-scan
59+
ref: 3599451f16bfeaecaf4fc7dc0853bcd6d89e9ea1
60+
path: .gh-action-scan
61+
5562
- name: Scan artifact
56-
uses: databricks/gh-action-scan@3599451f16bfeaecaf4fc7dc0853bcd6d89e9ea1
63+
uses: ./.gh-action-scan
5764
with:
5865
download-artifact: ${{ matrix.artifact }}
5966
artifact-name: ${{ matrix.artifact }}

0 commit comments

Comments
 (0)