From f3a3b27cdf92312dad52406c6233cccab310e110 Mon Sep 17 00:00:00 2001 From: r-hang Date: Wed, 11 Oct 2023 10:52:36 -0700 Subject: Update fossa action to v1.1.0 (#118) The FOSSA check has been failing for a while with fossa-actions@v1 Error: Input required and not supplied: api-key This has caused the dependabot queue to backup, can we can't merge them manually in sally because this check is required. Updating the version seems to cause the check to run successfully again. Other repositories have run into the same issue ref: https://github.com/getsentry/self-hosted/issues/1351 --- .github/workflows/fossa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fossa.yaml b/.github/workflows/fossa.yaml index 611303b..4405bed 100644 --- a/.github/workflows/fossa.yaml +++ b/.github/workflows/fossa.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: FOSSA analysis - uses: fossas/fossa-action@v1 + uses: fossas/fossa-action@v1.1.0 with: api-key: ${{ secrets.FOSSA_API_KEY }} -- cgit v1.2.3