chore: add cache-dependency-path for Go setup in CodeQL workflow

This commit is contained in:
GitHub Actions
2025-12-24 17:40:57 +00:00
parent b182b829b5
commit 0133d64866

View File

@@ -50,6 +50,7 @@ jobs:
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: ${{ env.GO_VERSION }}
cache-dependency-path: backend/go.sum
- name: Autobuild
uses: github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4