Skip to content

Commit bcd7cf3

Browse files
Update github/codeql-action action to v3.25.11 {patch} (#435)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f8adae commit bcd7cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
distribution: temurin
7474
java-version: 17
7575
- name: Initialize CodeQL
76-
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
76+
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
7777
with:
7878
languages: 'java'
7979
- name: Set up Gradle
@@ -83,6 +83,6 @@ jobs:
8383
- name: Build with Gradle
8484
run: ./gradlew build -x test
8585
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
86+
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
8787
- name: Check OSS Index with Gradle
8888
run: ./gradlew ossIndexAudit -PossIndexUsername=${{ secrets.OSS_INDEX_USER }} -PossIndexPassword=${{ secrets.OSS_INDEX_PASSWORD }}

0 commit comments

Comments
 (0)