Skip to content

Bump anchore/sbom-action from 0.17.9 to 0.18.0 (#834) #454

Bump anchore/sbom-action from 0.17.9 to 0.18.0 (#834)

Bump anchore/sbom-action from 0.17.9 to 0.18.0 (#834) #454

Workflow file for this run

name: code-scan
on:
push:
branches: [ main ]
pull_request:
branches:
- main
- dotnet-vnext
- dotnet-nightly
schedule:
- cron: '0 6 * * MON'
workflow_dispatch:
permissions:
actions: read
contents: read
jobs:
code-ql:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
with:
build-mode: none
languages: 'csharp'
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
with:
category: "/language:csharp"