Skip to content

Bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.42.0 (#2311) #3614

Bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.42.0 (#2311)

Bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.42.0 (#2311) #3614

name: code-scan
on:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
- release/*
- dotnet-vnext
schedule:
- cron: '0 8 * * MON'
workflow_dispatch:
permissions:
actions: read
contents: read
jobs:
code-ql:
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'csharp' ]
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Initialize CodeQL
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
build-mode: none
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
category: '/language:${{ matrix.language }}'