Bump github/codeql-action from 2.3.3 to 2.3.6 (#20765)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.3 to 2.3.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/v2.3.6/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2.3.3...v2.3.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
81aa588ddc
commit
d5ef798cac
3 changed files with 7 additions and 7 deletions
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2.3.3
|
uses: github/codeql-action/init@v2.3.6
|
||||||
with:
|
with:
|
||||||
languages: java
|
languages: java
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ jobs:
|
||||||
uses: ./.github/actions/build-keycloak
|
uses: ./.github/actions/build-keycloak
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v2.3.3
|
uses: github/codeql-action/analyze@v2.3.6
|
||||||
with:
|
with:
|
||||||
wait-for-processing: true
|
wait-for-processing: true
|
||||||
env:
|
env:
|
||||||
|
@ -75,7 +75,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2.3.3
|
uses: github/codeql-action/init@v2.3.6
|
||||||
env:
|
env:
|
||||||
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
|
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
|
||||||
with:
|
with:
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
source-root: themes/src/main/
|
source-root: themes/src/main/
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v2.3.3
|
uses: github/codeql-action/analyze@v2.3.6
|
||||||
with:
|
with:
|
||||||
wait-for-processing: true
|
wait-for-processing: true
|
||||||
env:
|
env:
|
||||||
|
|
4
.github/workflows/snyk-analysis.yml
vendored
4
.github/workflows/snyk-analysis.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
|
||||||
- name: Upload Quarkus scanner results to GitHub
|
- name: Upload Quarkus scanner results to GitHub
|
||||||
uses: github/codeql-action/upload-sarif@v2.3.3
|
uses: github/codeql-action/upload-sarif@v2.3.6
|
||||||
with:
|
with:
|
||||||
sarif_file: quarkus-report.sarif
|
sarif_file: quarkus-report.sarif
|
||||||
category: snyk-quarkus-report
|
category: snyk-quarkus-report
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
|
||||||
- name: Upload Operator scanner results to GitHub
|
- name: Upload Operator scanner results to GitHub
|
||||||
uses: github/codeql-action/upload-sarif@v2.3.3
|
uses: github/codeql-action/upload-sarif@v2.3.6
|
||||||
with:
|
with:
|
||||||
sarif_file: operator-report.sarif
|
sarif_file: operator-report.sarif
|
||||||
category: snyk-operator-report
|
category: snyk-operator-report
|
||||||
|
|
2
.github/workflows/trivy-analysis.yml
vendored
2
.github/workflows/trivy-analysis.yml
vendored
|
@ -33,6 +33,6 @@ jobs:
|
||||||
timeout: 15m
|
timeout: 15m
|
||||||
|
|
||||||
- name: Upload Trivy scan results to GitHub Security tab
|
- name: Upload Trivy scan results to GitHub Security tab
|
||||||
uses: github/codeql-action/upload-sarif@v2.3.3
|
uses: github/codeql-action/upload-sarif@v2.3.6
|
||||||
with:
|
with:
|
||||||
sarif_file: trivy-results.sarif
|
sarif_file: trivy-results.sarif
|
||||||
|
|
Loading…
Reference in a new issue