Skip to content

Commit 51413be

Browse files
Bump github/codeql-action from 4.35.1 to 4.35.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 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.35.1...v4.35.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e470f33 commit 51413be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v6
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v4.35.1
30+
uses: github/codeql-action/init@v4.35.2
3131
with:
3232
languages: ${{ matrix.language }}
3333

@@ -42,6 +42,6 @@ jobs:
4242
./gradlew build
4343
4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v4.35.1
45+
uses: github/codeql-action/analyze@v4.35.2
4646
with:
4747
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)