We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b0d75 commit 8e492ecCopy full SHA for 8e492ec
.github/workflows/codeql-analysis.yml
@@ -37,6 +37,14 @@ jobs:
37
- name: Checkout repository
38
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
39
40
+ - name: install go
41
+ uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
42
+ with:
43
+ # use version from go.mod file
44
+ go-version-file: 'go.mod'
45
+ cache: true
46
+ check-latest: true
47
+
48
# Initializes the CodeQL tools for scanning.
49
- name: Initialize CodeQL
50
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3
0 commit comments