Skip to content

Bump reviewdog/action-actionlint from 1.48.0 to 1.50.0 (#745) #499

Bump reviewdog/action-actionlint from 1.48.0 to 1.50.0 (#745)

Bump reviewdog/action-actionlint from 1.48.0 to 1.50.0 (#745) #499

Workflow file for this run

name: Fossa
on:
push:
branches:
- main
paths-ignore:
- "**.md"
- "LICENSE"
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Scan
uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
with:
api-key: ${{ secrets.FOSSA_TOKEN }}