Skip to content

Commit

Permalink
Merge pull request #833 from trask/fossa
Browse files Browse the repository at this point in the history
Try to fix FOSSA workflow
  • Loading branch information
bryannaegele authored Feb 19, 2025
2 parents 0af3114 + 898cc95 commit c884b6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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

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

0 comments on commit c884b6f

Please sign in to comment.