Skip to content

Commit 893ad86

Browse files
committed
Enable CodeQL with ATM suite for testing
1 parent 7568caf commit 893ad86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis-with-atm-query-pack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ jobs:
3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
3737
# use ATM
38-
uses: github/codeql-action/init@9703f2e3b044dca7fd7ac286980013077dbd0c06
38+
# uses: github/codeql-action/init@9703f2e3b044dca7fd7ac286980013077dbd0c06
3939
# don't use ATM
40-
# uses: github/codeql-action/init@v1
40+
uses: github/codeql-action/init@v1
4141
with:
4242
languages: javascript
4343
queries: security-extended
4444
tools: https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20211215/codeql-bundle-linux64.tar.gz
4545

4646
- name: Perform CodeQL Analysis
4747
# use ATM
48-
uses: github/codeql-action/analyze@9703f2e3b044dca7fd7ac286980013077dbd0c06
48+
# uses: github/codeql-action/analyze@9703f2e3b044dca7fd7ac286980013077dbd0c06
4949
# don't use ATM
50-
# uses: github/codeql-action/analyze@v1
50+
uses: github/codeql-action/analyze@v1
5151

0 commit comments

Comments
 (0)