Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit f0d1b58

Browse files
chore(deps): update github/codeql-action action to v2.22.10 (#2804)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e20c73 commit f0d1b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql_analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
java-version: 20
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
34+
uses: github/codeql-action/init@305f6546310b9203e892c28c1484e82977f4f63d # v2.22.10
3535
with:
3636
languages: java
3737
tools: latest
@@ -45,6 +45,6 @@ jobs:
4545
arguments: assembleNonFreeRelease
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
48+
uses: github/codeql-action/analyze@305f6546310b9203e892c28c1484e82977f4f63d # v2.22.10
4949
with:
5050
category: "/language:java"

0 commit comments

Comments
 (0)