Skip to content

Commit d4ec76b

Browse files
Add CodeQL Github actions
Add standard CodeQL Github actions with autobuild. Signed-off-by: David Korczynski <[email protected]>
1 parent db76322 commit d4ec76b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,3 +340,16 @@ jobs:
340340
env:
341341
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
342342
DRY_RUN: false
343+
codeql-build:
344+
runs-on: ubuntu-latest
345+
permissions:
346+
security-events: write
347+
actions: read
348+
contents: read
349+
steps:
350+
- uses: actions/checkout@v3
351+
- uses: github/codeql-action/init@v2
352+
with:
353+
languages: go
354+
- uses: github/codeql-action/autobuild@v2
355+
- uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)