chore(ci): CodeQL + seed + integration-test improvements

This commit is contained in:
CI
2025-11-29 17:09:20 +00:00
parent fdab765cbd
commit 143c0dfe43
3 changed files with 102 additions and 17 deletions

View File

@@ -38,6 +38,12 @@ jobs:
with:
languages: ${{ matrix.language }}
- name: Setup Go
if: matrix.language == 'go'
uses: actions/setup-go@v4
with:
go-version: '1.25.4'
- name: Autobuild
uses: github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4