mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Bump github/codeql-action from 2.2.4 to 2.2.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.4 to 2.2.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/v2.2.5/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2.2.4...v2.2.5) --- 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
4b0562da38
commit
46677f510e
12
.github/workflows/codeql-analysis.yml
vendored
12
.github/workflows/codeql-analysis.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2.2.4
|
||||
uses: github/codeql-action/init@v2.2.5
|
||||
with:
|
||||
languages: java
|
||||
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
uses: ./.github/actions/build-keycloak
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2.2.4
|
||||
uses: github/codeql-action/analyze@v2.2.5
|
||||
with:
|
||||
wait-for-processing: true
|
||||
env:
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2.2.4
|
||||
uses: github/codeql-action/init@v2.2.5
|
||||
env:
|
||||
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
|
||||
with:
|
||||
@@ -84,7 +84,7 @@ jobs:
|
||||
source-root: adapters/oidc/js/src/
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2.2.4
|
||||
uses: github/codeql-action/analyze@v2.2.5
|
||||
with:
|
||||
wait-for-processing: true
|
||||
env:
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2.2.4
|
||||
uses: github/codeql-action/init@v2.2.5
|
||||
env:
|
||||
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
|
||||
with:
|
||||
@@ -113,7 +113,7 @@ jobs:
|
||||
source-root: themes/src/main/
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2.2.4
|
||||
uses: github/codeql-action/analyze@v2.2.5
|
||||
with:
|
||||
wait-for-processing: true
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user