Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 28, 2024
1 parent 04b1c7b commit daf9f7b
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ on:
jobs:
analyze:
name: Analyze (${{ matrix.language }} - ${{ matrix.identifier }})
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: 'ubuntu-latest'
timeout-minutes: 360
permissions:
Expand All @@ -34,11 +29,13 @@ jobs:
- language: javascript-typescript
build-mode: none
identifier: 'source'
root: './src ./lib'
- language: javascript-typescript
build-mode: none
identifier: 'bundled'
root: './lib'
paths:
- './src'
- './lib'
# - language: javascript-typescript
# build-mode: none
# identifier: 'bundled'
# root: './lib'
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit daf9f7b

Please sign in to comment.