Skip to content

Commit 44f559d

Browse files
committed
set codeql to 1.25.0
1 parent bfb630e commit 44f559d

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
@@ -33,6 +33,11 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@v6
3535

36+
- name: Set up Go
37+
uses: actions/setup-go@v5
38+
with:
39+
go-version: "1.25.0"
40+
3641
# Initializes the CodeQL tools for scanning.
3742
- name: Initialize CodeQL
3843
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)