Skip to content

Commit bd6b5c4

Browse files
committed
feat(github-action): update oxsecurity/megalinter action to v6.7.1
| datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | oxsecurity/megalinter | v6.3.0 | v6.7.1 |
1 parent 0be430d commit bd6b5c4

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.7.1
3333
env:
3434
GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"
3535
PRINT_ALPACA: false

0 commit comments

Comments
 (0)