Skip to content

chore(deps): bump org.springframework.boot from 3.4.0 to 3.4.1 in /ex… #35

chore(deps): bump org.springframework.boot from 3.4.0 to 3.4.1 in /ex…

chore(deps): bump org.springframework.boot from 3.4.0 to 3.4.1 in /ex… #35

Workflow file for this run

name: FOSSA
on:
workflow_dispatch:
push:
branches:
- main
jobs:
fossa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up JDK 17
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # 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@09bcf127dc0ccb4b5a023f6f906728878e8610ba # main
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
branch: ${{ github.ref_name }}
- name: Run FOSSA tests
uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # main
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
run-tests: true