diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 50fc32ba76..2bb3add446 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -331,7 +331,7 @@ jobs: - name: Initialize CodeQL if: matrix.config.run_codeql - uses: github/codeql-action/init@v4.37.6 + uses: github/codeql-action/init@v4.37.7 with: languages: 'cpp' @@ -426,7 +426,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Perform CodeQL Analysis if: matrix.config.run_codeql - uses: github/codeql-action/analyze@v4.37.6 + uses: github/codeql-action/analyze@v4.37.7 create_deb_repo: name: Create files for .deb repository (if requested)