Skip to content

Commit 9573d8a

Browse files
⬆️(deps): Update github/codeql-action action to v3.29.8 (#1294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b427f1e commit 9573d8a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
# Initializes the CodeQL tools for scanning.
7575
- name: Initialize CodeQL
76-
uses: github/codeql-action/[email protected].7
76+
uses: github/codeql-action/[email protected].8
7777
with:
7878
languages: ${{ matrix.language }}
7979
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -87,6 +87,6 @@ jobs:
8787
run: mvn -B clean package
8888

8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/[email protected].7
90+
uses: github/codeql-action/[email protected].8
9191
with:
9292
category: "/language:${{matrix.language}}"

.github/workflows/gha.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 XE1eqHfEOlHsHx+3cUQA
88
actions/[email protected] cKZQn6p38RgADB4MCMpbFp94sScgm/u3B7rEDB9QS5I=
99
actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 kZHHfo2NsxevBRTKrZnUpDu0Cxgtj5Vooe4x4rylvg8=
1010
actions/[email protected] kZHHfo2NsxevBRTKrZnUpDu0Cxgtj5Vooe4x4rylvg8=
11-
github/codeql-action@51f77329afa6477de8c49fc9c7046c15b9a4e79d rTbCdqFnyGfvHQ2lm7GsGQdZMcFZ6fFkaW/+6s1LjG4=
12-
github/[email protected].7 rTbCdqFnyGfvHQ2lm7GsGQdZMcFZ6fFkaW/+6s1LjG4=
11+
github/codeql-action@76621b61decf072c1cee8dd1ce2d2a82d33c17ed GM6zBQ1KbxahYGHYKbHZIAnwthLlm4+FOpToVA9pszA=
12+
github/[email protected].8 GM6zBQ1KbxahYGHYKbHZIAnwthLlm4+FOpToVA9pszA=
1313
jreleaser/[email protected] Ixc/05XDYYHGUvtC6Jt9gB/mpHPIwBX7PR8At1yEWSs=
1414
ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde NlVzVIaycy3fhYp7tgiwvpWvzSsPa48uTVejF6tHEog=
1515
stefanzweifel/[email protected] 5+Y5J+dG+VvtR13IIYuBHcAdJAcnDBQU/U0sRO3YZZw=

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ jobs:
8686

8787
# Upload the results to GitHub's code scanning dashboard.
8888
- name: Upload to code-scanning
89-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.7
89+
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
9090
with:
9191
sarif_file: results.sarif

0 commit comments

Comments
 (0)