Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit e8a303b

Browse files
author
Janos Bonic
committed
Removing CodeQL
1 parent 1c6b4a1 commit e8a303b

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@ jobs:
1616
uses: actions/checkout@v2
1717
- name: Run golangci-lint
1818
uses: golangci/golangci-lint-action@v2
19-
codeql:
20-
name: CodeQL
21-
runs-on: ubuntu-latest
22-
steps:
23-
- name: Checkout repository
24-
uses: actions/checkout@v2
25-
with:
26-
fetch-depth: 2
27-
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v1
29-
with:
30-
languages: go
31-
- name: Autobuild
32-
uses: github/codeql-action/autobuild@v1
33-
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@v1
3519
test:
3620
name: go test
3721
if: ${{ github.event_name != 'schedule' }}

0 commit comments

Comments
 (0)