Skip to content

Bump JetBrains.Annotations from 2024.2.0 to 2024.3.0 in /src/Objectivity.AutoFixture.XUnit2.Core #365

Bump JetBrains.Annotations from 2024.2.0 to 2024.3.0 in /src/Objectivity.AutoFixture.XUnit2.Core

Bump JetBrains.Annotations from 2024.2.0 to 2024.3.0 in /src/Objectivity.AutoFixture.XUnit2.Core #365

Workflow file for this run

name: '🐯 FOSSA: License & security scan'
on:
pull_request:
paths:
- 'src/**'
- '!src/qodana.yml'
- '.github/workflows/fossa-scan.yml'
types: [opened, synchronize, reopened]
push:
branches:
- 'master'
paths:
- 'src/**'
- '!src/qodana.yml'
- '.github/workflows/fossa-scan.yml'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
scan:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: 📥 checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🔬 scan
uses: fossas/fossa-action@main
with:
api-key: ${{ secrets.FOSSA_API_KEY }}