Skip to content

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 (#1230) #53

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 (#1230)

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 (#1230) #53

Workflow file for this run

name: ossf-scorecard
on:
push:
branches: [ main ]
schedule:
- cron: '0 0 * * MON'
workflow_dispatch:
permissions: read-all
jobs:
analysis:
name: analysis
runs-on: ubuntu-latest
permissions:
id-token: write
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
persist-credentials: false
- name: Run analysis
uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
with:
publish_results: true
results_file: results.sarif
results_format: sarif
- name: Upload artifact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: SARIF
path: results.sarif
retention-days: 5
- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
with:
sarif_file: results.sarif