Skip to content

Bump SonarAnalyzer.CSharp from 9.20.0.85982 to 9.25.1.91650 (#2129) #47

Bump SonarAnalyzer.CSharp from 9.20.0.85982 to 9.25.1.91650 (#2129)

Bump SonarAnalyzer.CSharp from 9.20.0.85982 to 9.25.1.91650 (#2129) #47

Workflow file for this run

name: actions-lint
on:
push:
branches: [ main, release/* ]
paths-ignore:
- '**/*.gitattributes'
- '**/*.gitignore'
- '**/*.md'
pull_request:
branches: [ main, release/* ]
workflow_dispatch:
permissions:
contents: read
env:
FORCE_COLOR: 3
TERM: xterm
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Add actionlint problem matcher
run: echo "::add-matcher::.github/actionlint-matcher.json"
- name: Lint workflows
uses: docker://rhysd/actionlint@sha256:5acca218639222e4afbc82fc6e9ef56cbe646ade3b07f3f5ec364b638258a244 # v1.7.0
with:
args: -color