Skip to content

Commit d69acc1

Browse files
dependabot[bot]AtomicFS
authored andcommitted
build(deps): 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](github/codeql-action@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] <support@github.com>
1 parent 9411727 commit d69acc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ jobs:
105105
# Initializes the CodeQL tools for scanning.
106106
- name: Initialize CodeQL for not-Python
107107
if: ${{ matrix.language != 'python' }}
108-
uses: github/codeql-action/init@v3
108+
uses: github/codeql-action/init@v4
109109
with:
110110
languages: ${{ matrix.language }}
111111
build-mode: ${{ matrix.build-mode }}
112112
config-file: .github/codeql/codeql-config.yml
113113

114114
- name: Initialize CodeQL for Python
115115
if: ${{ matrix.language == 'python' }}
116-
uses: github/codeql-action/init@v3
116+
uses: github/codeql-action/init@v4
117117
with:
118118
languages: ${{ matrix.language }}
119119
build-mode: ${{ matrix.build-mode }}
@@ -167,6 +167,6 @@ jobs:
167167
PYTHONPATH=${{ github.workspace }}/.dagger-ci:${{ github.workspace }} python /tmp/import_all.py
168168
169169
- name: Perform CodeQL Analysis
170-
uses: github/codeql-action/analyze@v3
170+
uses: github/codeql-action/analyze@v4
171171
with:
172172
category: '/language:${{matrix.language}}'

0 commit comments

Comments
 (0)