Skip to content

Commit fb5340d

Browse files
Copilotpeterkir
andauthored
Fix CodeQL workflow: update all codeql-action steps to v4.37.6 and add grouping
Co-authored-by: peterkir <250545+peterkir@users.noreply.github.com>
1 parent bece608 commit fb5340d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ updates:
1414
directory: "/"
1515
schedule:
1616
interval: "daily"
17+
groups:
18+
codeql-action:
19+
patterns:
20+
- "github/codeql-action*"
1721

1822
# Maintain dependencies for maven
1923
- package-ecosystem: "maven"

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
- name: Set up Gradle
5858
uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb
5959
- name: Initialize CodeQL Analysis
60-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
60+
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
6161
with:
6262
languages: 'java'
6363
- name: Build for CodeQL Analysis
6464
id: build
6565
run: |
6666
./.github/scripts/codeql-build.sh
6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
68+
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6

0 commit comments

Comments
 (0)