forked from keycloak/keycloak
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github/codeql-action from 2.21.4 to 2.21.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.4 to 2.21.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2.21.4...v2.21.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]>
- Loading branch information
1 parent
a7c2fd8
commit 824c8fc
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,15 +46,15 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].4 | ||
uses: github/codeql-action/[email protected].6 | ||
with: | ||
languages: java | ||
|
||
- name: Build Keycloak | ||
uses: ./.github/actions/build-keycloak | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected].4 | ||
uses: github/codeql-action/[email protected].6 | ||
with: | ||
wait-for-processing: true | ||
env: | ||
|
@@ -72,15 +72,15 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].4 | ||
uses: github/codeql-action/[email protected].6 | ||
env: | ||
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}' | ||
with: | ||
languages: javascript | ||
source-root: themes/src/main/ | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected].4 | ||
uses: github/codeql-action/[email protected].6 | ||
with: | ||
wait-for-processing: true | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
|
||
- name: Upload Quarkus scanner results to GitHub | ||
uses: github/codeql-action/[email protected].4 | ||
uses: github/codeql-action/[email protected].6 | ||
with: | ||
sarif_file: quarkus-report.sarif | ||
category: snyk-quarkus-report | ||
|
@@ -41,7 +41,7 @@ jobs: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
|
||
- name: Upload Operator scanner results to GitHub | ||
uses: github/codeql-action/[email protected].4 | ||
uses: github/codeql-action/[email protected].6 | ||
with: | ||
sarif_file: operator-report.sarif | ||
category: snyk-operator-report |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,6 @@ jobs: | |
timeout: 15m | ||
|
||
- name: Upload Trivy scan results to GitHub Security tab | ||
uses: github/codeql-action/[email protected].4 | ||
uses: github/codeql-action/[email protected].6 | ||
with: | ||
sarif_file: trivy-results.sarif |