There was an error while loading. Please reload this page.
1 parent 324dab4 commit 82266ccCopy full SHA for 82266cc
1 file changed
.github/workflows/codeql-java.yaml
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
36
with:
37
persist-credentials: false
38
- - uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
+ - uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
39
40
languages: java
41
build-mode: manual
@@ -50,6 +50,6 @@ jobs:
50
run: |
51
mvn compile --batch-mode -Dstyle.color=always --show-version
52
working-directory: java
53
- - uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
+ - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
54
55
category: "/language:java"
0 commit comments