From 5161d7cf132806da612e7865d8251da764e6c664 Mon Sep 17 00:00:00 2001 From: Ryan Hang Date: Tue, 14 May 2024 12:41:11 -0700 Subject: [PATCH] Remove fossa github workflow Fossa has been deprecated for by Uber OSS repositories, remove the workflow accordingly. --- .github/workflows/fossa.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/fossa.yaml diff --git a/.github/workflows/fossa.yaml b/.github/workflows/fossa.yaml deleted file mode 100644 index d674e08..0000000 --- a/.github/workflows/fossa.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: FOSSA Analysis -on: push - -jobs: - - build: - runs-on: ubuntu-latest - if: github.repository_owner == 'uber-go' - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: FOSSA analysis - uses: fossas/fossa-action@v1.3.3 - with: - api-key: ${{ secrets.FOSSA_API_KEY }} -