Skip to content

Bump net.swiftzer.semver:semver from 1.2.0 to 1.3.0 (#103) #140

Bump net.swiftzer.semver:semver from 1.2.0 to 1.3.0 (#103)

Bump net.swiftzer.semver:semver from 1.2.0 to 1.3.0 (#103) #140

Workflow file for this run

name: FOSSA License Scan
on:
push:
branches:
- main
jobs:
fossa-scan:
if: ${{ github.repository == 'crackthecodeabhi/kreds' }}
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Run FOSSA Scan
uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}