Skip to content

Commit 95913bc

Browse files
Merge pull request #215 from ls1intum/renovate/github-codeql-action-4.x
Update github/codeql-action action to v4.37.9
2 parents 878cfbc + 3a5aabf commit 95913bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cache: "maven"
4040

4141
- name: Initialise CodeQL
42-
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
42+
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
4343
with:
4444
languages: java
4545
build-mode: manual
@@ -50,4 +50,4 @@ jobs:
5050
run: mvn -B -DskipTests package -Pwithout-quality-gates
5151

5252
- name: Perform CodeQL analysis
53-
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
53+
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9

0 commit comments

Comments
 (0)