Skip to content

Commit 29630be

Browse files
chore(deps): bump github/codeql-action from 3 to 4 (#91)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50d5a89 commit 29630be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
persist-credentials: false
132132

133133
- name: Initialize CodeQL
134-
uses: github/codeql-action/init@v3
134+
uses: github/codeql-action/init@v4
135135
with:
136136
languages: ${{ matrix.language }}
137137
build-mode: ${{ matrix.build-mode }}
@@ -151,7 +151,7 @@ jobs:
151151
run: npm run build
152152

153153
- name: Perform CodeQL Analysis
154-
uses: github/codeql-action/analyze@v3
154+
uses: github/codeql-action/analyze@v4
155155
with:
156156
category: "/language:${{matrix.language}}"
157157

0 commit comments

Comments
 (0)