Skip to content

Commit

Permalink
fix: using specific super linter version (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
uoboda-splunk authored Jul 28, 2022
1 parent 19ee8b9 commit 772daa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: quality-lint
uses: docker://ghcr.io/github/super-linter:slim-v4
uses: docker://ghcr.io/github/super-linter:slim-v4.9.4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
Expand Down

0 comments on commit 772daa9

Please sign in to comment.