Skip to content

Commit

Permalink
Bump github/codeql-action from 2.1.15 to 2.1.16
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.15 to 2.1.16.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2.1.15...v2.1.16)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and abstractj committed Jul 18, 2022
1 parent 1d2cbc7 commit 146e9e6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-java-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/

- name: Initialize CodeQL
uses: github/codeql-action/[email protected].15
uses: github/codeql-action/[email protected].16
with:
languages: java

- name: Build Keycloak
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].15
uses: github/codeql-action/[email protected].16
with:
wait-for-processing: true
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-js-adapter-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/

- name: Initialize CodeQL
uses: github/codeql-action/[email protected].15
uses: github/codeql-action/[email protected].16
env:
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
with:
Expand All @@ -47,7 +47,7 @@ jobs:
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].15
uses: github/codeql-action/[email protected].16
with:
wait-for-processing: true
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-theme-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/

- name: Initialize CodeQL
uses: github/codeql-action/[email protected].15
uses: github/codeql-action/[email protected].16
env:
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
with:
Expand All @@ -47,7 +47,7 @@ jobs:
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].15
uses: github/codeql-action/[email protected].16
with:
wait-for-processing: true
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Upload scanner results to GitHub
uses: github/codeql-action/[email protected].15
uses: github/codeql-action/[email protected].16
with:
sarif_file: quarkus-report.sarif

Expand Down Expand Up @@ -60,6 +60,6 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Upload scanner results for the Operator to GitHub
uses: github/codeql-action/[email protected].15
uses: github/codeql-action/[email protected].16
with:
sarif_file: operator-report.sarif
6 changes: 3 additions & 3 deletions .github/workflows/trivy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ignore-unfixed: true

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/[email protected].15
uses: github/codeql-action/[email protected].16
with:
sarif_file: 'trivy-results.sarif'

Expand All @@ -39,7 +39,7 @@ jobs:
ignore-unfixed: true

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/[email protected].15
uses: github/codeql-action/[email protected].16
with:
sarif_file: 'legacy-results.sarif'

Expand All @@ -58,6 +58,6 @@ jobs:
ignore-unfixed: true

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/[email protected].15
uses: github/codeql-action/[email protected].16
with:
sarif_file: 'operator-results.sarif'

0 comments on commit 146e9e6

Please sign in to comment.