We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aeb8da commit 589012eCopy full SHA for 589012e
1 file changed
.github/workflows/scan-snapshot.yml
@@ -52,8 +52,15 @@ jobs:
52
- cli_windows_snapshot
53
54
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
+
62
- name: Scan artifact
- uses: databricks/gh-action-scan@3599451f16bfeaecaf4fc7dc0853bcd6d89e9ea1
63
+ uses: ./.gh-action-scan
64
with:
65
download-artifact: ${{ matrix.artifact }}
66
artifact-name: ${{ matrix.artifact }}
0 commit comments