Skip to content

Commit 626c290

Browse files
authored
chore(ci): migrate to new SCA workflow (#329)
1 parent 8dad77b commit 626c290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sca.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Rust SCA
35-
uses: Kong/public-shared-actions/security-actions/scan-rust@0ccacffed804d85da3f938a1b78c12831935f992 # v2
35+
uses: Kong/public-shared-actions/security-actions/sca@916a6f6221b7eab6f5ae53d061274d588c965ae6 # 5.1.1
3636
with:
3737
asset_prefix: 'atc-router'
38+
codeql_upload: 'true'
39+
dir: '.'

0 commit comments

Comments
 (0)