Skip to content

Commit 30317a2

Browse files
authored
Merge pull request #8460 from BitGo/vl-4461-remove-fossa-job
ci: remove fossa license-analysis job from ci.yml
2 parents 61a2d82 + d6c2aa9 commit 30317a2

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -144,47 +144,6 @@ jobs:
144144
# We conciously do not audit dependencies as a PR step since errors are typically
145145
# unrelated to the PR changes. This check is performed in `publish.yml`.
146146

147-
license-analysis:
148-
runs-on: ubuntu-latest
149-
150-
steps:
151-
- uses: socketdev/action@v1
152-
with:
153-
mode: firewall-free
154-
155-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
156-
157-
- name: Setup node 22
158-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
159-
with:
160-
node-version: 22
161-
162-
- name: restore lerna dependencies
163-
id: lerna-cache
164-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
165-
with:
166-
path: |
167-
node_modules
168-
modules/*/node_modules
169-
key: ${{ runner.os }}-node22-${{ hashFiles('yarn.lock') }}-${{ hashFiles('tsconfig.packages.json') }}-${{ hashFiles('**/package.json') }}
170-
171-
- name: Install Packages
172-
if: steps.lerna-cache.outputs.cache-hit != 'true'
173-
run: sfw yarn install --with-frozen-lockfile --ignore-scripts
174-
175-
- name: build packages
176-
env:
177-
# Workaround for https://github.com/nodejs/node/issues/51555
178-
DISABLE_V8_COMPILE_CACHE: '1'
179-
run: yarn run postinstall
180-
181-
- name: Run Fossa Analysis
182-
uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
183-
with:
184-
api-key: ${{ secrets.FOSSA_API_KEY }}
185-
branch: ${{ github.head_ref || github.ref_name }}
186-
project: BitGo/BitGoJS
187-
188147
browser-test:
189148
runs-on: ubuntu-22.04
190149

0 commit comments

Comments
 (0)