From 477d47581ffc804a99b8fb0ed917925fc3fad682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 07:49:18 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.28.19 to 3.29.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.19 to 3.29.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/fca7ace96b7d713c7035871441bd52efbe39e27e...39edc492dbe16b1465b0cafca41432d857bdb31a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-daily.yml | 4 ++-- .github/workflows/codeql-push.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-daily.yml b/.github/workflows/codeql-daily.yml index bdb5e82706d37..09a973476eb5a 100644 --- a/.github/workflows/codeql-daily.yml +++ b/.github/workflows/codeql-daily.yml @@ -34,7 +34,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # codeql-bundle-v3.28.19 + uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # codeql-bundle-v3.29.1 # Override language selection by uncommenting this and choosing your languages with: languages: cpp @@ -75,6 +75,6 @@ jobs: git clean -xdf - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # codeql-bundle-v3.28.19 + uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # codeql-bundle-v3.29.1 with: trap-caching: false diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index 567ae0406aecc..1ab8cda22b901 100644 --- a/.github/workflows/codeql-push.yml +++ b/.github/workflows/codeql-push.yml @@ -67,7 +67,7 @@ jobs: - name: Initialize CodeQL if: ${{ env.BUILD_TARGETS != '' }} - uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # codeql-bundle-v3.28.19 + uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # codeql-bundle-v3.29.1 with: languages: cpp trap-caching: false @@ -112,6 +112,6 @@ jobs: - name: Perform CodeQL Analysis if: ${{ env.BUILD_TARGETS != '' }} - uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # codeql-bundle-v3.28.19 + uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # codeql-bundle-v3.29.1 with: trap-caching: false diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index ca2a1d719dfa4..20d1323f49f04 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -40,6 +40,6 @@ jobs: retention-days: 5 - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19 + uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1 with: sarif_file: results.sarif