Skip to content

[Snyk] Security upgrade System.Security.Cryptography.Pkcs from 6.0.3 to 7.0.0 #121

[Snyk] Security upgrade System.Security.Cryptography.Pkcs from 6.0.3 to 7.0.0

[Snyk] Security upgrade System.Security.Cryptography.Pkcs from 6.0.3 to 7.0.0 #121

Workflow file for this run

name: Integration
on:
push:
branches: [ main, master ]
pull_request:
branches: [ '**', '!gh-pages', '!coverage' ]
types: [ opened, reopened, ready_for_review, synchronize ]
jobs:
threshold:
name: Check Status
uses: StirlingLabs/Actions/.github/workflows/threshold.yaml@v22.12.0
build:
name: Build
needs: threshold
if: |
needs.threshold.outputs.continue == 'true' &&
needs.threshold.outputs.release != 'true'
uses: StirlingLabs/Actions/.github/workflows/dotnetBuild.yaml@v22.12.0