Skip to content

Bump goreleaser/goreleaser-action from 4.4.0 to 5.0.0 (#393) #245

Bump goreleaser/goreleaser-action from 4.4.0 to 5.0.0 (#393)

Bump goreleaser/goreleaser-action from 4.4.0 to 5.0.0 (#393) #245

Workflow file for this run

name: Fossa
on:
push:
branches:
- main
paths-ignore:
- "**.md"
concurrency:
group: ${{ github.ref_name }}-fossa
cancel-in-progress: true
permissions:
contents: read
jobs:
scan:
name: Fossa
runs-on: ubuntu-22.04
if: ${{ github.event.repository.fork == false }}
steps:
- name: Checkout Repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Scan
uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # v1.3.1
with:
api-key: ${{ secrets.FOSSA_TOKEN }}