diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index da445cdf05b..3267837b31c 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -21,6 +21,6 @@ jobs: - run: python ./tools/dev/ensure_headers.py - run: vulture # Run this last, since it can fail the job if moved up - - uses: j178/prek-action@v2.0.6 + - uses: j178/prek-action@v3.0.0 - uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a if: success() || failure() diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9e430ed38f2..b28d9b21d8d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.3 + uses: github/codeql-action/init@v4.37.5 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -58,7 +58,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v4.37.3 + uses: github/codeql-action/autobuild@v4.37.5 # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -71,4 +71,4 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.3 + uses: github/codeql-action/analyze@v4.37.5 diff --git a/.github/workflows/scheduled_updates.yml b/.github/workflows/scheduled_updates.yml index 11407858aa4..5aab96beaed 100644 --- a/.github/workflows/scheduled_updates.yml +++ b/.github/workflows/scheduled_updates.yml @@ -88,7 +88,7 @@ jobs: echo "dirty=true" >> $GITHUB_OUTPUT fi id: status - - uses: j178/prek-action@v2.0.6 + - uses: j178/prek-action@v3.0.0 if: steps.status.outputs.dirty == 'true' - name: Create PR env: