forked from keycloak/keycloak
-
Notifications
You must be signed in to change notification settings - Fork 0
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.1.15 to 2.1.16
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.15 to 2.1.16. - [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.1.15...v2.1.16) --- 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
1d2cbc7
commit 146e9e6
Showing
5 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -36,15 +36,15 @@ jobs: | |
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/ | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].15 | ||
uses: github/codeql-action/[email protected].16 | ||
with: | ||
languages: java | ||
|
||
- name: Build Keycloak | ||
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected].15 | ||
uses: github/codeql-action/[email protected].16 | ||
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/ | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].15 | ||
uses: github/codeql-action/[email protected].16 | ||
env: | ||
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}' | ||
with: | ||
|
@@ -47,7 +47,7 @@ jobs: | |
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected].15 | ||
uses: github/codeql-action/[email protected].16 | ||
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/ | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].15 | ||
uses: github/codeql-action/[email protected].16 | ||
env: | ||
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}' | ||
with: | ||
|
@@ -47,7 +47,7 @@ jobs: | |
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected].15 | ||
uses: github/codeql-action/[email protected].16 | ||
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
|
||
- name: Upload scanner results to GitHub | ||
uses: github/codeql-action/[email protected].15 | ||
uses: github/codeql-action/[email protected].16 | ||
with: | ||
sarif_file: quarkus-report.sarif | ||
|
||
|
@@ -60,6 +60,6 @@ jobs: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
|
||
- name: Upload scanner results for the Operator to GitHub | ||
uses: github/codeql-action/[email protected].15 | ||
uses: github/codeql-action/[email protected].16 | ||
with: | ||
sarif_file: operator-report.sarif |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
ignore-unfixed: true | ||
|
||
- name: Upload Trivy scan results to GitHub Security tab | ||
uses: github/codeql-action/[email protected].15 | ||
uses: github/codeql-action/[email protected].16 | ||
with: | ||
sarif_file: 'trivy-results.sarif' | ||
|
||
|
@@ -39,7 +39,7 @@ jobs: | |
ignore-unfixed: true | ||
|
||
- name: Upload Trivy scan results to GitHub Security tab | ||
uses: github/codeql-action/[email protected].15 | ||
uses: github/codeql-action/[email protected].16 | ||
with: | ||
sarif_file: 'legacy-results.sarif' | ||
|
||
|
@@ -58,6 +58,6 @@ jobs: | |
ignore-unfixed: true | ||
|
||
- name: Upload Trivy scan results to GitHub Security tab | ||
uses: github/codeql-action/[email protected].15 | ||
uses: github/codeql-action/[email protected].16 | ||
with: | ||
sarif_file: 'operator-results.sarif' |