Skip to content

Commit

Permalink
Use different branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Feb 28, 2022
1 parent 96652eb commit ed2e0e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
path: my-dir

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@aeisenberg/checkout-path-commitoid
with:
languages: javascript
config-file: ./.github/codeql/codeql-config.yml
checkout_path: my-dir

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
- name: Analyze
uses: github/codeql-action/analyze@aeisenberg/checkout-path-commitoid
with:
checkout_path: my-dir
Empty file removed t/a/b
Empty file.
4 changes: 0 additions & 4 deletions t/h.js

This file was deleted.

0 comments on commit ed2e0e7

Please sign in to comment.