Skip to content

Commit 8d40e1a

Browse files
Bump github/codeql-action from 2.2.5 to 2.2.6 (keycloak#17582)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/v2.2.6/CHANGELOG.md) - [Commits](github/codeql-action@v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8315c09 commit 8d40e1a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ jobs:
4646
- uses: actions/checkout@v3
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/[email protected].5
49+
uses: github/codeql-action/[email protected].6
5050
with:
5151
languages: java
5252

5353
- name: Build Keycloak
5454
uses: ./.github/actions/build-keycloak
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/[email protected].5
57+
uses: github/codeql-action/[email protected].6
5858
with:
5959
wait-for-processing: true
6060
env:
@@ -75,15 +75,15 @@ jobs:
7575
- uses: actions/checkout@v3
7676

7777
- name: Initialize CodeQL
78-
uses: github/codeql-action/[email protected].5
78+
uses: github/codeql-action/[email protected].6
7979
env:
8080
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
8181
with:
8282
languages: javascript
8383
source-root: themes/src/main/
8484

8585
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/[email protected].5
86+
uses: github/codeql-action/[email protected].6
8787
with:
8888
wait-for-processing: true
8989
env:

.github/workflows/snyk-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
3030

3131
- name: Upload Quarkus scanner results to GitHub
32-
uses: github/codeql-action/[email protected].5
32+
uses: github/codeql-action/[email protected].6
3333
with:
3434
sarif_file: quarkus-report.sarif
3535
category: snyk-quarkus-report
@@ -43,7 +43,7 @@ jobs:
4343
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
4444

4545
- name: Upload Operator scanner results to GitHub
46-
uses: github/codeql-action/[email protected].5
46+
uses: github/codeql-action/[email protected].6
4747
with:
4848
sarif_file: operator-report.sarif
4949
category: snyk-operator-report

.github/workflows/trivy-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
timeout: 15m
3434

3535
- name: Upload Trivy scan results to GitHub Security tab
36-
uses: github/codeql-action/[email protected].5
36+
uses: github/codeql-action/[email protected].6
3737
with:
3838
sarif_file: trivy-results.sarif

0 commit comments

Comments
 (0)