Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 91ef3dc

Browse files
committed
chore: update fossa
1 parent dbfbe54 commit 91ef3dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/fossa.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Dependency License Scanning
33
on:
44
push:
55
branches:
6-
- chore/fossa-workflow
76
- main
7+
- chore/fossa-workflow
88

99
defaults:
1010
run:
@@ -15,12 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Download fossa cli
2020
run: |-
2121
mkdir -p $HOME/.local/bin
2222
curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash -s -- -b $HOME/.local/bin
2323
echo "$HOME/.local/bin" >> $GITHUB_PATH
24+
2425
- name: Fossa init
2526
run: fossa init
2627
- name: Set env
@@ -32,4 +33,4 @@ jobs:
3233
- name: Upload dependencies
3334
run: fossa analyze --debug
3435
env:
35-
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
36+
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

0 commit comments

Comments
 (0)