diff options
| author | r-hang <rhang@uber.com> | 2024-05-14 13:47:30 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-14 12:47:30 -0700 |
| commit | 0e23d2c75c8d0005d3c778ee6f33faa3304b3c5c (patch) | |
| tree | fd23a665d9eb49e149925415b30d517d9e77d264 /.github | |
| parent | 2f5551811aa337b77dfa44d657c49d26fac211ab (diff) | |
| download | sally-0e23d2c75c8d0005d3c778ee6f33faa3304b3c5c.tar.gz | |
Remove fossa github workflow (#153)
Fossa has been deprecated for by Uber OSS repositories, remove the workflow accordingly.
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/fossa.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
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 }} - |