Skip to content

Commit f8df486

Browse files
Update github/codeql-action action to v4.37.6
1 parent 0388fe3 commit f8df486

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-java.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636
with:
3737
persist-credentials: false
38-
- uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
38+
- uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
3939
with:
4040
languages: java
4141
build-mode: manual
@@ -50,6 +50,6 @@ jobs:
5050
run: |
5151
mvn compile --batch-mode -Dstyle.color=always --show-version
5252
working-directory: java
53-
- uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
53+
- uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
5454
with:
5555
category: "/language:java"

0 commit comments

Comments
 (0)