Skip to content

Commit aaaa649

Browse files
authoredOct 13, 2024
Remove codeql actions (#96)
* Remove CodeQL - Something is off, going back to default configuration
1 parent d804d47 commit aaaa649

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed
 

‎.github/workflows/ci.yml

-16
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ jobs:
2222
- name: Scan for common Rails security vulnerabilities using static analysis
2323
run: bin/brakeman --no-pager
2424

25-
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@v2
27-
with:
28-
languages: ruby
29-
30-
- name: Perform CodeQL Analysis
31-
uses: github/codeql-action/analyze@v2
32-
3325
scan_js:
3426
runs-on: ubuntu-latest
3527

@@ -46,14 +38,6 @@ jobs:
4638
- name: Scan for security vulnerabilities in JavaScript dependencies
4739
run: bin/importmap audit
4840

49-
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@v2
51-
with:
52-
languages: javascript
53-
54-
- name: Perform CodeQL Analysis
55-
uses: github/codeql-action/analyze@v2
56-
5741
lint:
5842
runs-on: ubuntu-latest
5943
steps:

0 commit comments

Comments
 (0)