Skip to content

Bump io.netty:netty-handler from 4.1.101.Final to 4.1.104.Final (#125) #144

Bump io.netty:netty-handler from 4.1.101.Final to 4.1.104.Final (#125)

Bump io.netty:netty-handler from 4.1.101.Final to 4.1.104.Final (#125) #144

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 }}