From 3d0273edac54246dc7799ef2ae14909fc3f5e698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:14:31 +0100 Subject: [PATCH] ci: bump fossas/fossa-action from 1.3.1 to 1.3.3 (#161) Bumps [fossas/fossa-action](https://github.com/fossas/fossa-action) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/fossas/fossa-action/releases) - [Commits](https://github.com/fossas/fossa-action/compare/f61a4c0c263690f2ddb54b9822a719c25a7b608f...47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0) --- updated-dependencies: - dependency-name: fossas/fossa-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/compliance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index 51a82ced..58aac174 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -34,14 +34,14 @@ jobs: - name: Send license report to Fossa # This will collect all necessary information (mostly used dependencies) and send it to the Fossa API - uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # Use a specific version if locking is preferred + uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # Use a specific version if locking is preferred with: api-key: ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }} - name: Check license compliance # This will poll the Fossa API until they have processed the information which we've sent in the previous step # and fail if Fossa found an issue with the licences of our dependencies. - uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # Use a specific version if locking is preferred + uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # Use a specific version if locking is preferred with: api-key: ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }} run-tests: true