Skip to content

Commit

Permalink
Enable CodeQL with ATM suite for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBolton committed May 30, 2022
1 parent 7807ad5 commit ea81677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis-with-atm-query-pack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "CodeQL Analysis with ATM (internal test)"

on: [push, pull_request]

jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
Expand All @@ -24,7 +24,7 @@ jobs:
uses: github/codeql-action/init@main
with:
languages: javascript
packs: codeql/javascript-experimental-atm-queries@0.0.6
packs: codeql/javascript-experimental-atm-queries@0.3.0
tools: latest
debug: true

Expand Down

0 comments on commit ea81677

Please sign in to comment.