Skip to content

Commit

Permalink
updates super-linter to v7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mchllngr committed Oct 24, 2024
1 parent 1360fbb commit f331f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: gradle/wrapper-validation-action@v3

- name: Lint Code Base
uses: super-linter/super-linter@v7
uses: super-linter/super-linter@v7.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_KOTLIN: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter@v7
uses: super-linter/super-linter@v7.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
Expand Down

0 comments on commit f331f2c

Please sign in to comment.