Skip to content

Commit 4f9ea19

Browse files
committed
Update test.yml
1 parent 62e92b1 commit 4f9ea19

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

.github/workflows/test.yml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,23 @@ on:
44
push:
55

66
jobs:
7-
analyze:
8-
name: Code Scanning - CodeQL
9-
runs-on: ubuntu-latest
10-
timeout-minutes: 25
11-
permissions:
12-
security-events: write
13-
packages: read
14-
actions: read
15-
contents: read
16-
strategy:
17-
fail-fast: false
18-
steps:
19-
- uses: hyperwallet/public-security-workflows/codeql@main
20-
with:
21-
language: javascript-typescript
22-
build-mode: 'none'
23-
timeout-minutes: 25
24-
25-
dependency-review:
26-
uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
27-
7+
analyze:
8+
name: Code Scanning - CodeQL
9+
runs-on: ubuntu-latest
10+
timeout-minutes: 25
11+
permissions:
12+
security-events: write
13+
packages: read
14+
actions: read
15+
contents: read
16+
strategy:
17+
fail-fast: false
18+
steps:
19+
- uses: hyperwallet/public-security-workflows/codeql@main
20+
with:
21+
language: javascript-typescript
22+
build-mode: 'none'
23+
timeout-minutes: 25
24+
25+
dependency-review:
26+
uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main

0 commit comments

Comments
 (0)