Skip to content

Commit b585ddb

Browse files
Update github/codeql-action action to v3.28.1 {patch} (#443)
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 7dcac3a commit b585ddb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
distribution: temurin
6161
java-version: 17
6262
- name: Initialize CodeQL
63-
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
63+
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
6464
with:
6565
languages: 'java'
6666
- name: Set up Gradle
@@ -70,6 +70,6 @@ jobs:
7070
- name: Build with Gradle
7171
run: ./gradlew build -x test
7272
- name: Perform CodeQL Analysis
73-
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
73+
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
7474
- name: Check dependencies with Gradle
7575
run: ./gradlew ossIndexAudit -PossIndexUsername=${{ secrets.OSS_INDEX_USER }} -PossIndexPassword=${{ secrets.OSS_INDEX_PASSWORD }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
# Upload the results to GitHub's code scanning dashboard (optional).
7171
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7272
- name: "Upload to code-scanning"
73-
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
73+
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
7474
with:
7575
sarif_file: results.sarif

0 commit comments

Comments
 (0)