Bump github/codeql-action from 2.1.29 to 2.1.33
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.29 to 2.1.33. - [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.29...v2.1.33) --- 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>
This commit is contained in:
parent
e68e901494
commit
51f2fa78ee
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.29
|
uses: github/codeql-action/init@v2.1.33
|
||||||
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.29
|
uses: github/codeql-action/analyze@v2.1.33
|
||||||
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.29
|
uses: github/codeql-action/init@v2.1.33
|
||||||
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.29
|
uses: github/codeql-action/analyze@v2.1.33
|
||||||
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.29
|
uses: github/codeql-action/init@v2.1.33
|
||||||
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.29
|
uses: github/codeql-action/analyze@v2.1.33
|
||||||
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.29
|
uses: github/codeql-action/upload-sarif@v2.1.33
|
||||||
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.29
|
uses: github/codeql-action/upload-sarif@v2.1.33
|
||||||
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.29
|
uses: github/codeql-action/upload-sarif@v2.1.33
|
||||||
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.29
|
uses: github/codeql-action/upload-sarif@v2.1.33
|
||||||
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.29
|
uses: github/codeql-action/upload-sarif@v2.1.33
|
||||||
with:
|
with:
|
||||||
sarif_file: 'operator-results.sarif'
|
sarif_file: 'operator-results.sarif'
|
||||||
|
|
Loading…
Reference in a new issue