We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c5535b + bf2d190 commit cc17577Copy full SHA for cc17577
.github/workflows/codeql.yaml
@@ -0,0 +1,31 @@
1
+
2
+name: "CodeQL"
3
4
+on:
5
+ push:
6
+ branches: [master]
7
+ pull_request:
8
9
10
+jobs:
11
+ CodeQL-Build:
12
+ runs-on: ubuntu-latest
13
14
+ permissions:
15
+ # required for all workflows
16
+ security-events: write
17
18
+ steps:
19
+ - name: Checkout repository
20
+ uses: actions/checkout@v3
21
22
+ - name: Initialize CodeQL
23
+ uses: github/codeql-action/init@v2
24
+ with:
25
+ languages: go
26
27
+ - name: Autobuild
28
+ uses: github/codeql-action/autobuild@v2
29
30
+ - name: Perform CodeQL Analysis
31
+ uses: github/codeql-action/analyze@v2
0 commit comments