Bump github/codeql-action from 2.1.37 to 2.1.38 (#16459)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.37 to 2.1.38.
- [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.37...v2.1.38)

---
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>
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
This commit is contained in:
dependabot[bot] 2023-01-20 09:09:21 +01:00 committed by GitHub
parent d388ae7ce7
commit 42d74f3ad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v2.1.37 uses: github/codeql-action/init@v2.1.38
with: with:
languages: java languages: java
@ -55,7 +55,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.1.37 uses: github/codeql-action/analyze@v2.1.38
with: with:
wait-for-processing: true wait-for-processing: true
env: env:
@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v2.1.37 uses: github/codeql-action/init@v2.1.38
env: env:
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}' CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
with: with:
@ -84,7 +84,7 @@ jobs:
source-root: adapters/oidc/js/src/ source-root: adapters/oidc/js/src/
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.1.37 uses: github/codeql-action/analyze@v2.1.38
with: with:
wait-for-processing: true wait-for-processing: true
env: env:
@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v2.1.37 uses: github/codeql-action/init@v2.1.38
env: env:
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}' CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
with: with:
@ -113,7 +113,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.1.37 uses: github/codeql-action/analyze@v2.1.38
with: with:
wait-for-processing: true wait-for-processing: true
env: env:

View file

@ -29,7 +29,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.1.37 uses: github/codeql-action/upload-sarif@v2.1.38
with: with:
sarif_file: quarkus-report.sarif sarif_file: quarkus-report.sarif
@ -40,6 +40,6 @@ 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.1.37 uses: github/codeql-action/upload-sarif@v2.1.38
with: with:
sarif_file: operator-report.sarif sarif_file: operator-report.sarif

View file

@ -31,6 +31,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.37 uses: github/codeql-action/upload-sarif@v2.1.38
with: with:
sarif_file: trivy-results.sarif sarif_file: trivy-results.sarif