From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 19:39:04 +0000 (+0200) Subject: Bump github/codeql-action from 4 to 4.37.3 (#16) X-Git-Tag: v0.0.2~1 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=eb4b7b80460c9fb09446e1d33e710457bc2a9c39;p=network-manager.git Bump github/codeql-action from 4 to 4.37.3 (#16) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.3. - [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/v4...v4.37.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 0cc1eac..763fe36 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -25,15 +25,15 @@ jobs: uses: actions/checkout@v7 - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.37.3 with: languages: 'python,javascript' # queries: security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@v4 + uses: github/codeql-action/autobuild@v4.37.3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.37.3 with: category: "/language:multi"