Skip to content

Commit 97d264c

Browse files
committed
feat(github-action): update oxsecurity/megalinter action to v6.9.0
| datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | oxsecurity/megalinter | v6.3.0 | v6.9.0 |
1 parent 105f8bf commit 97d264c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
3030

3131
- name: MegaLinter
32-
uses: oxsecurity/megalinter@v6.3.0
32+
uses: oxsecurity/megalinter@v6.9.0
3333
env:
3434
GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"
3535
PRINT_ALPACA: false

0 commit comments

Comments
 (0)