mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-06 06:49:53 -06:00
Bump github/codeql-action from 2.1.34 to 2.1.36
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.34 to 2.1.36. - [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.34...v2.1.36) --- 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:
committed by
Bruno Oliveira da Silva
parent
d27a5d5b42
commit
6f802b5c1f
4
.github/workflows/codeql-java-analysis.yml
vendored
4
.github/workflows/codeql-java-analysis.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2.1.34
|
||||
uses: github/codeql-action/init@v2.1.36
|
||||
with:
|
||||
languages: java
|
||||
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2.1.34
|
||||
uses: github/codeql-action/analyze@v2.1.36
|
||||
with:
|
||||
wait-for-processing: true
|
||||
env:
|
||||
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2.1.34
|
||||
uses: github/codeql-action/init@v2.1.36
|
||||
env:
|
||||
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
|
||||
with:
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2.1.34
|
||||
uses: github/codeql-action/analyze@v2.1.36
|
||||
with:
|
||||
wait-for-processing: true
|
||||
env:
|
||||
|
||||
4
.github/workflows/codeql-theme-analysis.yml
vendored
4
.github/workflows/codeql-theme-analysis.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2.1.34
|
||||
uses: github/codeql-action/init@v2.1.36
|
||||
env:
|
||||
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
|
||||
with:
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2.1.34
|
||||
uses: github/codeql-action/analyze@v2.1.36
|
||||
with:
|
||||
wait-for-processing: true
|
||||
env:
|
||||
|
||||
4
.github/workflows/snyk.yml
vendored
4
.github/workflows/snyk.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
|
||||
- name: Upload scanner results to GitHub
|
||||
uses: github/codeql-action/upload-sarif@v2.1.34
|
||||
uses: github/codeql-action/upload-sarif@v2.1.36
|
||||
with:
|
||||
sarif_file: quarkus-report.sarif
|
||||
|
||||
@@ -63,6 +63,6 @@ jobs:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
|
||||
- name: Upload scanner results for the Operator to GitHub
|
||||
uses: github/codeql-action/upload-sarif@v2.1.34
|
||||
uses: github/codeql-action/upload-sarif@v2.1.36
|
||||
with:
|
||||
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
|
||||
|
||||
- name: Upload Trivy scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@v2.1.34
|
||||
uses: github/codeql-action/upload-sarif@v2.1.36
|
||||
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/upload-sarif@v2.1.34
|
||||
uses: github/codeql-action/upload-sarif@v2.1.36
|
||||
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/upload-sarif@v2.1.34
|
||||
uses: github/codeql-action/upload-sarif@v2.1.36
|
||||
with:
|
||||
sarif_file: 'operator-results.sarif'
|
||||
|
||||
Reference in New Issue
Block a user