File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66jobs :
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 }}
You can’t perform that action at this time.
0 commit comments