Skip to content

Commit acd6119

Browse files
committed
ci: codeql v2 and no skipping ci
1 parent 4e62cd0 commit acd6119

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ jobs:
1515
analyze:
1616
name: Analyze
1717
runs-on: ubuntu-latest
18-
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1918
steps:
2019
- name: Checkout
2120
uses: actions/checkout@v2
2221
- name: Initialize
23-
uses: github/codeql-action/init@v1
22+
uses: github/codeql-action/init@v2
2423
with:
2524
languages: javascript
2625
- name: Perform analysis
27-
uses: github/codeql-action/analyze@v1
26+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)