Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
feat(github-action)!: Update megalinter/megalinter action to v6
Browse files Browse the repository at this point in the history
| datasource  | package               | from | to |
| ----------- | --------------------- | ---- | -- |
| github-tags | megalinter/megalinter | v5   | v6 |
  • Loading branch information
stimpy-bot[bot] committed Jul 20, 2022
1 parent b3a509f commit 630c645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: MegaLinter
uses: megalinter/megalinter/flavors/terraform@v5
uses: megalinter/megalinter/flavors/terraform@v6
env:
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'workflow_dispatch' }}
GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"
Expand Down

0 comments on commit 630c645

Please sign in to comment.