Skip to content

Commit e2d2c7a

Browse files
committed
fix: stop using main tag for das-sec-scan action
1 parent a4576a4 commit e2d2c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515

16-
- uses: raw-labs/das-sec-scan@main
16+
- uses: raw-labs/das-sec-scan@v0.2.0
1717
with:
1818
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)