Skip to content

Commit 25b7013

Browse files
dependabot[bot]bdemers
authored andcommitted
Bump github/codeql-action from 4.33.0 to 4.35.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.33.0 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@b1bff81...c10b806) --- 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 9ac3605 commit 25b7013

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
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Initializes the CodeQL tools for scanning.
5959
- name: Initialize CodeQL
60-
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 #v4.33.0
60+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 #v4.35.1
6161
with:
6262
languages: ${{ matrix.language }}
6363

@@ -68,11 +68,11 @@ jobs:
6868
-Ddevelocity.cache.remote.enabled=false
6969
7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 #v4.33.0
71+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 #v4.35.1
7272
with:
7373
category: "/language:${{matrix.language}}"
7474

7575
- name: Upload PMD Analysis
76-
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 #v4.33.0
76+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 #v4.35.1
7777
with:
7878
sarif_file: target/pmd.sarif.json

0 commit comments

Comments
 (0)