Skip to content

Commit

Permalink
bump super-linter from v5 to v6 (#933)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Larson <[email protected]>
Signed-off-by: Lucas Larson <[email protected]>
  • Loading branch information
renovate[bot] and LucasLarson authored Apr 19, 2024
1 parent 5a7946c commit cdaf0a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

permissions: read-all

jobs:
build:
runs-on: ubuntu-22.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/jsonlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- main

permissions: read-all

jobs:
format-json:
name: Format JSON files and create a pull request
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/shellcheck-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Shellcheck code in Markdown

on: [push]

permissions: read-all

jobs:
build:
runs-on: ubuntu-22.04
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

############################
# Ensure safer permissions #
############################
permissions: read-all

###############
# Set the Job #
###############
Expand Down Expand Up @@ -50,7 +55,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: super-linter/super-linter@v5
uses: super-linter/super-linter@v6
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
Expand Down

0 comments on commit cdaf0a3

Please sign in to comment.