Skip to content

Bump Microsoft.AspNetCore.Identity.UI from 8.0.11 to 8.0.13 #491

Bump Microsoft.AspNetCore.Identity.UI from 8.0.11 to 8.0.13

Bump Microsoft.AspNetCore.Identity.UI from 8.0.11 to 8.0.13 #491

Workflow file for this run

name: Lint Code Base
on:
push:
branches-ignore: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}