diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 2e65e4dd99..50fc32ba76 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.4 + uses: github/codeql-action/init@v4.37.6 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.4 + uses: github/codeql-action/analyze@v4.37.6 create_deb_repo: name: Create files for .deb repository (if requested)