diff --git a/.github/workflows/CodeQL.yml b/.github/workflows/CodeQL.yml index c91b11e..669ea06 100644 --- a/.github/workflows/CodeQL.yml +++ b/.github/workflows/CodeQL.yml @@ -28,12 +28,12 @@ jobs: - name: Clone uses: actions/checkout@v7 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: # CodeQL does not support Julia; only the Actions workflows are analyzable. languages: actions config-file: ./.github/codeql/codeql-config.yml - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:actions"