diff --git a/.github/workflows/code_scanning.yaml b/.github/workflows/code_scanning.yaml index cf875f8e1..37dff597d 100644 --- a/.github/workflows/code_scanning.yaml +++ b/.github/workflows/code_scanning.yaml @@ -48,7 +48,7 @@ jobs: with: go-version: ${{ env.GOLANG_VERSION }} - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: go build-mode: manual @@ -56,6 +56,6 @@ jobs: run: | make build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:go"