Skip to content

Commit fb46f98

Browse files
authored
Merge pull request #52 from OpenLiberty/dependabot/github_actions/super-linter/super-linter-8.5.0
Bump super-linter/super-linter from 8.3.2 to 8.5.0
2 parents 5cc276a + fa72ea4 commit fb46f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: bash ./tools/pr-checker/checker.sh ${{ github.repository }} ${{ github.event.pull_request.number }} | tee checker.log
2828
- id: Lint-Code-Base
2929
if: "! github.event.pull_request.head.repo.fork"
30-
uses: super-linter/super-linter@v8.3.2
30+
uses: super-linter/super-linter@v8.5.0
3131
env:
3232
VALIDATE_ALL_CODEBASE: false
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)