Skip to content

Commit

Permalink
Merge pull request #977 from adamralph/upgrade-super-linter
Browse files Browse the repository at this point in the history
upgrade super-linter from 5.0.0 to 6.3.0
  • Loading branch information
adamralph committed Mar 3, 2024
2 parents 11c0e64 + 74fa04d commit e17745c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches: [main, release-*]
pull_request:
permissions: read-all
env:
DOTNET_NOLOGO: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -20,6 +20,8 @@ on:
schedule:
- cron: '43 4 * * 0'

permissions: read-all

jobs:
analyze:
name: Analyze
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/infer-sharp.yml
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches: [main, release-*]
pull_request:
permissions: read-all
jobs:
infer-sharp:
runs-on: ubuntu-latest
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/lint.yml
Expand Up @@ -3,13 +3,22 @@ on:
push:
branches: [main, release-*]
pull_request:
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- uses: actions/checkout@v4.1.1
- uses: github/super-linter@v5.0.0
with:
fetch-depth: 0
filter: tree:0
- uses: super-linter/super-linter@v6.3.0
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: \bcodeql-analysis\.yml$|\bLICENSE$|\bversions\.txt$
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_SHELL_SHFMT: false
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -2,6 +2,7 @@ name: release
on:
push:
tags: ["*.*.*"]
permissions: read-all
env:
DOTNET_NOLOGO: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spell-check.yml
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches: [main, release-*]
pull_request:
permissions: read-all
jobs:
spell-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e17745c

Please sign in to comment.