Skip to content

Commit 6c097a5

Browse files
authored
Update test.yml
1 parent e23f9c0 commit 6c097a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CodeQL (Javascript)
1+
name: CodeQL (Javascript) Test
22

33
on:
44
push:
@@ -7,7 +7,7 @@ jobs:
77
analyze:
88
name: Code Scanning - CodeQL
99
runs-on: ubuntu-latest.
10-
timeout-minutes: ${{ inputs.timeout-minutes }}
10+
timeout-minutes: 25
1111
permissions:
1212
security-events: write
1313
# required to fetch internal or private CodeQL packs
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
language: javascript-typescript
2525
build-mode: 'none'
26-
timeout-minutes: "25"
26+
timeout-minutes: 25

0 commit comments

Comments
 (0)