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 6
6
jobs :
7
7
fossa :
8
8
# 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'
10
10
name : FOSSA scan
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout code
14
14
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
16
16
- 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
18
18
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