Skip to content

Commit 5feb3b2

Browse files
authored
Merge branch 'main' into fix-equals-and-hashcode
2 parents 96dbc25 + f8df5fb commit 5feb3b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: maven
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@b2e6519679e446e7bb7c3466d70f13a6b5461fcd
32+
uses: github/codeql-action/init@dc49dcabdb86371d19197fcae2585f548bbbc395
3333
with:
3434
languages: java
3535

@@ -55,4 +55,4 @@ jobs:
5555
verbose: true # optional (default = false)
5656

5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@b2e6519679e446e7bb7c3466d70f13a6b5461fcd
58+
uses: github/codeql-action/analyze@dc49dcabdb86371d19197fcae2585f548bbbc395

.github/workflows/static-code-scanning.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@b2e6519679e446e7bb7c3466d70f13a6b5461fcd
36+
uses: github/codeql-action/init@dc49dcabdb86371d19197fcae2585f548bbbc395
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@b2e6519679e446e7bb7c3466d70f13a6b5461fcd
41+
uses: github/codeql-action/autobuild@dc49dcabdb86371d19197fcae2585f548bbbc395
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@b2e6519679e446e7bb7c3466d70f13a6b5461fcd
44+
uses: github/codeql-action/analyze@dc49dcabdb86371d19197fcae2585f548bbbc395

0 commit comments

Comments
 (0)