diff --git a/.github/workflows/invoke-codeql-analysis.yml b/.github/workflows/invoke-codeql-analysis.yml index 568ec8f..6d0d353 100644 --- a/.github/workflows/invoke-codeql-analysis.yml +++ b/.github/workflows/invoke-codeql-analysis.yml @@ -27,11 +27,11 @@ jobs: with: fetch-depth: "0" - name: "Initialize CodeQL" - uses: "github/codeql-action/init@v3" + uses: "github/codeql-action/init@v4" with: build-mode: "none" config-file: "./.codeql.yml" trap-caching: "false" dependency-caching: "false" - name: "Analyze Repository" - uses: "github/codeql-action/analyze@v3" + uses: "github/codeql-action/analyze@v4"