fix(app): update container tag ghcr.io/esphome/esphome to v2023.10.4 #2346
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: MegaLinter | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
build: | |
name: MegaLinter | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
with: | |
fetch-depth: 0 | |
- name: MegaLinter | |
uses: oxsecurity/megalinter/flavors/[email protected] | |
env: | |
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'workflow_dispatch' }} | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
# GITHUB_STATUS_REPORTER only works if VALIDATE_ALL_CODEBASE is false! | |
GITHUB_STATUS_REPORTER: true | |
REPORTERS_MARKDOWN_TYPE: simple | |
SHOW_ELAPSED_TIME: false | |
SHOW_SKIPPED_LINTERS: true |