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.
1 parent f1a9f5e commit 9473e0fCopy full SHA for 9473e0f
.github/workflows/codeql-analysis.yml
@@ -16,21 +16,19 @@ jobs:
16
actions: read
17
contents: read
18
security-events: write
19
-
20
strategy:
21
fail-fast: false
22
- matrix:
23
- language: [ 'go' ]
24
25
steps:
+ - name: Set up Go
+ uses: actions/setup-go@v4
+ with:
+ go-version: 1.21.x
26
- name: Checkout repository
27
uses: actions/checkout@v4
28
29
- # Initializes the CodeQL tools for scanning.
30
- name: Initialize CodeQL
31
uses: github/codeql-action/init@v3
32
with:
33
- languages: ${{ matrix.language }}
+ languages: go
34
- name: Autobuild
35
uses: github/codeql-action/autobuild@v3
36
- name: Perform CodeQL Analysis
0 commit comments