Skip to content

Commit

Permalink
chore(ci): remove fossa action
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Apr 9, 2024
1 parent eeedafb commit e4ef6c6
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,6 @@ on:
workflow_dispatch:

jobs:
fossa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
- name: Install dependencies
run: ./gradlew build
- name: Run FOSSA scan and upload build data
uses: fossas/fossa-action@main
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
branch: ${{ github.ref_name }}
- name: Run FOSSA tests
uses: fossas/fossa-action@main
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
run-tests: true

test:
name: Run Checks
runs-on: ubuntu-latest
Expand Down

0 comments on commit e4ef6c6

Please sign in to comment.