Skip to content

Commit

Permalink
Bump github/super-linter from v3.9.4 to v3.10.1 (#1295)
Browse files Browse the repository at this point in the history
Bumps [github/super-linter](https://github.com/github/super-linter) from v3.9.4 to v3.10.1.
- [Release notes](https://github.com/github/super-linter/releases)
- [Commits](github/super-linter@v3.9.4...f849a99)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2020
1 parent 0b4b448 commit 3c055ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
echo "::set-env name=VALIDATE_ALL_CODEBASE::false"
- name: Lint Code Base
uses: github/super-linter@v3.9.4
uses: github/super-linter@v3.10.1
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Remove node modules to avoid linting errors
run: rm -rf src/node_modules
- name: Lint Generated HTML
uses: github/super-linter@v3.9.4
uses: github/super-linter@v3.10.1
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3c055ac

Please sign in to comment.