Skip to content

Commit 84051ee

Browse files
committed
Add setup step for CodeQL tracing
1 parent 04e23b1 commit 84051ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
- name: Checkout repository
3737
uses: actions/checkout@v6
3838

39+
- name: Set up Go
40+
uses: actions/setup-go@v5
41+
with:
42+
go-version: "1.25"
43+
3944
# Initializes the CodeQL tools for scanning.
4045
- name: Initialize CodeQL
4146
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)