Skip to content

Bump Sentry.AspNetCore from 4.10.2 to 4.11.0 #330

Bump Sentry.AspNetCore from 4.10.2 to 4.11.0

Bump Sentry.AspNetCore from 4.10.2 to 4.11.0 #330

Workflow file for this run

name: Lint Code Base
on:
pull_request:
branches: [main]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v7
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JSCPD: false
VALIDATE_CHECKOV: false