Skip to content

Commit 983b4ba

Browse files
committed
Sync auto-sec-scan.yml from .github repo
1 parent c16b8e8 commit 983b4ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auto-sec-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: [self-hosted, linux, x64, big]
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@main
10+
uses: actions/checkout@v4.3.1
1111
- name: Run CodeQL Scan
12-
uses: github/codeql-action/init@main
12+
uses: github/codeql-action/init@v3.35.1
1313
with:
1414
languages: 'python,javascript'
1515
- name: Perform CodeQL Analysis
16-
uses: github/codeql-action/analyze@main
16+
uses: github/codeql-action/analyze@v3.35.1

0 commit comments

Comments
 (0)