Compare commits
1 Commits
feat-ionos
...
ci-codeql
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a1ec0ecdc |
23
.gitea/workflows/codeql.yaml
Normal file
23
.gitea/workflows/codeql.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: CodeQL Analysis
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
codeql-analysis:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: "go"
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
Reference in New Issue
Block a user