Skip to content

Commit

Permalink
Try to fix FOSSA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Feb 18, 2025
1 parent 0af3114 commit 6342d60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: erlef/setup-beam@v1
with:
otp-version: "27.2"
rebar3-version: "3.24.0"
version-type: "strict"

- uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
with:
api-key: ${{secrets.FOSSA_API_KEY}}
Expand Down

0 comments on commit 6342d60

Please sign in to comment.