Skip to content

Commit

Permalink
#557: macos
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 9, 2025
1 parent 8563237 commit a2c6dc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-12]
java: [11, 17, 19, 21]
os: [ubuntu-24.04, windows-2022, macos-15]
java: [11, 21]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/owasp.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
---
name: OWASP
on:
schedule:
- cron: '0 0 * * *'
pull_request:
branches: [ master ]


jobs:
owasp:
name: Dependency-Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: JDK 1.8
uses: actions/setup-java@v4
- uses: actions/setup-java@v4
with:
java-version: 1.8
distibution: 'temurin'
distribution: 'temurin'
java-version: 21
- name: Maven
run: mvn --errors --batch-mode -Powasp dependency-check:check

0 comments on commit a2c6dc9

Please sign in to comment.