Skip to content

Commit

Permalink
Merge branch 'main' into sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms authored Oct 6, 2022
2 parents d29dca6 + 3788a3b commit b7694e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@v3

- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: java

- name: Cache local Maven repository
uses: actions/cache@v3
with:
Expand All @@ -44,3 +50,6 @@ jobs:
name: coverage # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit b7694e6

Please sign in to comment.