Skip to content

Commit 560cffc

Browse files
chore(deps): bump github/codeql-action (#103)
Bumps the actions-minor group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4 to 4.35.2 - [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...v4.35.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abb976d commit 560cffc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636

3737
- name: Initialize CodeQL
3838
id: initialize
39-
uses: github/codeql-action/init@v4
39+
uses: github/codeql-action/init@v4.35.2
4040
with:
4141
languages: ${{ matrix.language }}
4242
source-root: src
4343

4444
- name: Autobuild
4545
id: autobuild
46-
uses: github/codeql-action/autobuild@v4
46+
uses: github/codeql-action/autobuild@v4.35.2
4747

4848
- name: Perform CodeQL Analysis
4949
id: analyze
50-
uses: github/codeql-action/analyze@v4
50+
uses: github/codeql-action/analyze@v4.35.2

0 commit comments

Comments
 (0)