Bump github/codeql-action from 2.1.18 to 2.1.20 (#13997)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.18 to 2.1.20. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2.1.18...v2.1.20) --- 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> 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
93f3d7bf42
commit
03e9512a89
5 changed files with 11 additions and 11 deletions
4
.github/workflows/codeql-java-analysis.yml
vendored
4
.github/workflows/codeql-java-analysis.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/
|
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2.1.18
|
uses: github/codeql-action/init@v2.1.20
|
||||||
with:
|
with:
|
||||||
languages: java
|
languages: java
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
|
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v2.1.18
|
uses: github/codeql-action/analyze@v2.1.20
|
||||||
with:
|
with:
|
||||||
wait-for-processing: true
|
wait-for-processing: true
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/
|
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2.1.18
|
uses: github/codeql-action/init@v2.1.20
|
||||||
env:
|
env:
|
||||||
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
|
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
|
||||||
with:
|
with:
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
|
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v2.1.18
|
uses: github/codeql-action/analyze@v2.1.20
|
||||||
with:
|
with:
|
||||||
wait-for-processing: true
|
wait-for-processing: true
|
||||||
env:
|
env:
|
||||||
|
|
4
.github/workflows/codeql-theme-analysis.yml
vendored
4
.github/workflows/codeql-theme-analysis.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/
|
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2.1.18
|
uses: github/codeql-action/init@v2.1.20
|
||||||
env:
|
env:
|
||||||
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
|
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
|
||||||
with:
|
with:
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
|
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v2.1.18
|
uses: github/codeql-action/analyze@v2.1.20
|
||||||
with:
|
with:
|
||||||
wait-for-processing: true
|
wait-for-processing: true
|
||||||
env:
|
env:
|
||||||
|
|
4
.github/workflows/snyk.yml
vendored
4
.github/workflows/snyk.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
|
||||||
- name: Upload scanner results to GitHub
|
- name: Upload scanner results to GitHub
|
||||||
uses: github/codeql-action/upload-sarif@v2.1.18
|
uses: github/codeql-action/upload-sarif@v2.1.20
|
||||||
with:
|
with:
|
||||||
sarif_file: quarkus-report.sarif
|
sarif_file: quarkus-report.sarif
|
||||||
|
|
||||||
|
@ -62,6 +62,6 @@ jobs:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
|
||||||
- name: Upload scanner results for the Operator to GitHub
|
- name: Upload scanner results for the Operator to GitHub
|
||||||
uses: github/codeql-action/upload-sarif@v2.1.18
|
uses: github/codeql-action/upload-sarif@v2.1.20
|
||||||
with:
|
with:
|
||||||
sarif_file: operator-report.sarif
|
sarif_file: operator-report.sarif
|
||||||
|
|
6
.github/workflows/trivy-analysis.yml
vendored
6
.github/workflows/trivy-analysis.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
|
|
||||||
- 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.1.18
|
uses: github/codeql-action/upload-sarif@v2.1.20
|
||||||
with:
|
with:
|
||||||
sarif_file: 'trivy-results.sarif'
|
sarif_file: 'trivy-results.sarif'
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ jobs:
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
|
|
||||||
- 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.1.18
|
uses: github/codeql-action/upload-sarif@v2.1.20
|
||||||
with:
|
with:
|
||||||
sarif_file: 'legacy-results.sarif'
|
sarif_file: 'legacy-results.sarif'
|
||||||
|
|
||||||
|
@ -58,6 +58,6 @@ jobs:
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
|
|
||||||
- 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.1.18
|
uses: github/codeql-action/upload-sarif@v2.1.20
|
||||||
with:
|
with:
|
||||||
sarif_file: 'operator-results.sarif'
|
sarif_file: 'operator-results.sarif'
|
||||||
|
|
Loading…
Reference in a new issue