From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:21:37 +0000 (+0000) Subject: build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 X-Git-Tag: v258-rc1~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663108304a0a17d3384f5654df2d1718942905cb;p=thirdparty%2Fsystemd.git build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.18 to 3.29.2. - [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/ff0a06e83cb2de871e5a09832bc6a81e7276941f...181d5eefc20863364f96762470ba6f862bdef56b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index fe623c3ce99..b72b7216e86 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -68,7 +68,7 @@ jobs: path: ./out/artifacts - name: Upload Sarif if: always() && steps.build.outcome == 'success' - uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f + uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b with: # Path to SARIF file relative to the root of the repository sarif_file: cifuzz-sarif/results.sarif diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 802f21cd388..ad3a80a14c1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Initialize CodeQL - uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f + uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b with: languages: ${{ matrix.language }} config-file: ./.github/codeql-config.yml @@ -53,7 +53,7 @@ jobs: - run: sudo -E .github/workflows/unit_tests.sh SETUP - name: Autobuild - uses: github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f + uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f + uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b