Skip to content

Commit

Permalink
Merge pull request #11 from oleksandrkhmil/feature/add-codeql
Browse files Browse the repository at this point in the history
ci: add codql
  • Loading branch information
oleksandrkhmil authored Nov 8, 2024
2 parents 7fd9880 + 691fa13 commit 7fa29b9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: CodeQL

on:
push:
branches: master
pull_request:
branches: master
schedule:
- cron: '0 6 * * 5'

permissions:
security-events: write
packages: read
actions: read
contents: read

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: github/codeql-action/init@v3
with:
languages: go
build-mode: autobuild
queries: security-extended

- uses: github/codeql-action/analyze@v3
with:
category: /language:go

0 comments on commit 7fa29b9

Please sign in to comment.