Skip to content

Bump tslib from 2.4.0 to 2.6.2 (#12) #12

Bump tslib from 2.4.0 to 2.6.2 (#12)

Bump tslib from 2.4.0 to 2.6.2 (#12) #12

Workflow file for this run

name: FOSSA
on:
push:
branches:
- master
release:
types: [created]
jobs:
analysis:
runs-on: ubuntu-latest
environment: staging
strategy:
fail-fast: false
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Run FOSSA Scan
uses: fossas/[email protected]
with:
api-key: ${{ secrets.FOSSA_API }}