From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 21:17:32 +0000 (+0000) Subject: build(deps): bump github/codeql-action from 1.0.24 to 1.0.25 X-Git-Tag: v250-rc1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7285145dfc6c66f121732756c40661d21267b8a3;p=thirdparty%2Fsystemd.git build(deps): bump github/codeql-action from 1.0.24 to 1.0.25 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.24 to 1.0.25. - [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/e095058bfa09de8070f94e98f5dc059531bc6235...546b30f35ae5a3db0e0be1843008c2224f71c3b0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a8629fe6d99..db264e64905 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,14 +38,14 @@ jobs: uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Initialize CodeQL - uses: github/codeql-action/init@e095058bfa09de8070f94e98f5dc059531bc6235 + uses: github/codeql-action/init@546b30f35ae5a3db0e0be1843008c2224f71c3b0 with: languages: ${{ matrix.language }} - run: sudo -E .github/workflows/unit_tests.sh SETUP - name: Autobuild - uses: github/codeql-action/autobuild@e095058bfa09de8070f94e98f5dc059531bc6235 + uses: github/codeql-action/autobuild@546b30f35ae5a3db0e0be1843008c2224f71c3b0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e095058bfa09de8070f94e98f5dc059531bc6235 + uses: github/codeql-action/analyze@546b30f35ae5a3db0e0be1843008c2224f71c3b0