You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates CI to latest major actions (checkout v5, setup-go v6, upload-artifact v5, CodeQL v4) for security and compatibility.
Uses stable major tag for autofix action.
Updates Docker images to Go 1.25 and Alpine 3.22 to leverage newer toolchain and patched bases.
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ jobs:
61
61
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
62
62
steps:
63
63
- name: Checkout repository
64
-
uses: actions/checkout@v4
64
+
uses: actions/checkout@v5
65
65
66
66
# Add any setup steps before running the `github/codeql-action/init` action.
67
67
# This includes steps like installing compilers or runtimes (`actions/setup-node`
0 commit comments