Skip to content

Commit 620d659

Browse files
chore(deps): bump github/codeql-action from 4.37.4 to 4.37.6 (#25)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.4 to 4.37.6. - [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.4...v4.37.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.6 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 a0f671f commit 620d659

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/go
2525

2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v4.37.4
27+
uses: github/codeql-action/init@v4.37.6
2828
with:
2929
languages: python
3030

3131
- name: Autobuild
32-
uses: github/codeql-action/autobuild@v4.37.4
32+
uses: github/codeql-action/autobuild@v4.37.6
3333

3434
- name: Perform CodeQL Analysis
35-
uses: github/codeql-action/analyze@v4.37.4
35+
uses: github/codeql-action/analyze@v4.37.6
3636
with:
3737
category: "/language:python"

0 commit comments

Comments
 (0)