Skip to content

Commit c0d1d15

Browse files
Update analysis
1 parent 1329a73 commit c0d1d15

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: "CodeQL"
1+
name: 'CodeQL'
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66
pull_request:
7-
branches: [ master ]
7+
branches: [master]
88
schedule:
99
- cron: '15 7 * * 4'
1010

@@ -20,21 +20,21 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
language: [ 'javascript' ]
23+
language: ['javascript']
2424

2525
steps:
26-
- name: Checkout repository
27-
uses: actions/checkout@v2
26+
- name: Checkout repository
27+
uses: actions/checkout@v2
2828

29-
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v1
31-
with:
32-
languages: ${{ matrix.language }}
29+
- name: Initialize CodeQL
30+
uses: github/codeql-action/init@v2
31+
with:
32+
languages: ${{ matrix.language }}
3333

34-
- name: Autobuild
35-
uses: github/codeql-action/autobuild@v1
34+
- name: Autobuild
35+
uses: github/codeql-action/autobuild@v2
3636

37-
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@v1
39-
with:
40-
config-file: ./.github/codeql-config.yml
37+
- name: Perform CodeQL Analysis
38+
uses: github/codeql-action/analyze@v2
39+
with:
40+
config-file: ./.github/codeql-config.yml

0 commit comments

Comments
 (0)