Skip to content

Commit 02c0ed7

Browse files
committed
ci: switch to the official fossas/fossa-action
1 parent a5d0c38 commit 02c0ed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fossa.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
jobs:
77
fossa:
88
# This job is only useful when run on upstream
9-
if: github.repository == 'nginxinc/ngx-rust' || github.event_name == 'workflow_dispatch'
9+
if: github.repository == 'nginx/ngx-rust' || github.event_name == 'workflow_dispatch'
1010
name: FOSSA scan
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515

1616
- name: Run FOSSA scan and upload build data
17-
uses: fossa-contrib/fossa-action@3d2ef181b1820d6dcd1972f86a767d18167fa19b # v3.0.1
17+
uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
1818
with:
19-
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
19+
api-key: ${{ secrets.FOSSA_API_KEY }}

0 commit comments

Comments
 (0)