Skip to content

Commit 33d4f17

Browse files
Bump github/codeql-action from 4 to 4.35.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.35.1. - [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.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e432ea commit 33d4f17

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
30+
uses: github/codeql-action/init@v4.35.1
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
45+
uses: github/codeql-action/analyze@v4.35.1
4646
with:
4747
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)