Module: kamailio Branch: master Commit: b850ac9341edc331abbc360b58917c38b727527a URL: https://github.com/kamailio/kamailio/commit/b850ac9341edc331abbc360b58917c38b727527a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva <[email protected]> Date: 2025-10-14T00:58:22+02:00 github: [skip ci]: bump github/codeql-action from 3 to 4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --- Modified: .github/workflows/codeql.yml --- Diff: https://github.com/kamailio/kamailio/commit/b850ac9341edc331abbc360b58917c38b727527a.diff Patch: https://github.com/kamailio/kamailio/commit/b850ac9341edc331abbc360b58917c38b727527a.patch --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 298108a18b1..09c17a0920d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -64,13 +64,13 @@ jobs: run: export PKG_CONFIG_PATH=$RUNNER_TEMP/usr/lib/pkgconfig:$PKG_CONFIG_PATH && echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} queries: +security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 if: ${{ matrix.language == 'javascript' || matrix.language == 'python' }} - name: Build cpp @@ -78,6 +78,6 @@ jobs: run: make -j$(nproc) all - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{ matrix.language }}" _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
