Skip to content

Commit 8f7cdfd

Browse files
chore(ci): bump github/codeql-action from 4.37.3 to 4.37.4 in /.github/workflows (#37)
chore(ci): bump github/codeql-action in /.github/workflows Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.3 to 4.37.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.37.3...v4.37.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2fc0f1e commit 8f7cdfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@v4.37.3
59+
uses: github/codeql-action/init@v4.37.4
6060
with:
6161
languages: ${{ matrix.language }}
6262
build-mode: ${{ matrix.build-mode }}
6363
queries: security-extended,security-and-quality
6464

6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@v4.37.3
66+
uses: github/codeql-action/analyze@v4.37.4
6767
with:
6868
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)