Skip to content

Commit

Permalink
Add Trivy scan and update GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
77alf77 committed Aug 2, 2024
1 parent fc259f3 commit f20d25c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
name: Build
name: Build and Analyze
runs-on: ubuntu-latest

steps:
Expand All @@ -25,14 +25,9 @@ jobs:
run: ./gradlew build

- name: Set up CodeQL
uses: github/codeql-action/setup@v2
uses: github/codeql-action/setup@v3
with:
languages: java

- name: Initialize CodeQL database
uses: github/codeql-action/autobuild@v2

- name: Analyze code with CodeQL
uses: github/codeql-action/analyze@v2
with:
category: 'security'
uses: github/codeql-action/analyze@v3

0 comments on commit f20d25c

Please sign in to comment.