Skip to content

Commit 35eb319

Browse files
ci: bump fossas/fossa-action from 1.4.0 to 1.5.0 (#237)
Bumps [fossas/fossa-action](https://github.com/fossas/fossa-action) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/fossas/fossa-action/releases) - [Commits](fossas/fossa-action@09bcf12...93a52ec) --- updated-dependencies: - dependency-name: fossas/fossa-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d3bfa2 commit 35eb319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
3535
- name: Send license report to Fossa
3636
# This will collect all necessary information (mostly used dependencies) and send it to the Fossa API
37-
uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # Use a specific version if locking is preferred
37+
uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # Use a specific version if locking is preferred
3838
with:
3939
api-key: ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }}
4040

4141
- name: Check license compliance
4242
# This will poll the Fossa API until they have processed the information which we've sent in the previous step
4343
# and fail if Fossa found an issue with the licences of our dependencies.
44-
uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # Use a specific version if locking is preferred
44+
uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # Use a specific version if locking is preferred
4545
with:
4646
api-key: ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }}
4747
run-tests: true

0 commit comments

Comments
 (0)