We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23f9c0 commit 6c097a5Copy full SHA for 6c097a5
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: CodeQL (Javascript)
+name: CodeQL (Javascript) Test
2
3
on:
4
push:
@@ -7,7 +7,7 @@ jobs:
7
analyze:
8
name: Code Scanning - CodeQL
9
runs-on: ubuntu-latest.
10
- timeout-minutes: ${{ inputs.timeout-minutes }}
+ timeout-minutes: 25
11
permissions:
12
security-events: write
13
# required to fetch internal or private CodeQL packs
@@ -23,4 +23,4 @@ jobs:
23
with:
24
language: javascript-typescript
25
build-mode: 'none'
26
- timeout-minutes: "25"
0 commit comments