Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #244 from github/dependabot/github_actions/github/…
Browse files Browse the repository at this point in the history
…super-linter-v3.15.3

Bump github/super-linter from v3.14.3 to v3.15.3
  • Loading branch information
zkoppert committed Mar 17, 2021
2 parents 668b9c1 + 0e4af4b commit ded782f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stack-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,16 @@ jobs:
##########################
- name: Checkout Code
uses: actions/checkout@main
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

################################
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter@v3.14.3
uses: github/super-linter@v3.15.3
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ded782f

Please sign in to comment.