Skip to content

Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.3.0 (#101) #121

Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.3.0 (#101)

Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.3.0 (#101) #121

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@v3
- name: Run FOSSA Scan
uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}