Skip to content

chore(deps): update evcc/evcc docker tag to v0.207.1 #193

chore(deps): update evcc/evcc docker tag to v0.207.1

chore(deps): update evcc/evcc docker tag to v0.207.1 #193

Workflow file for this run

name: ansible-lint
on:
pull_request:
branches:
- main
jobs:
build:
name: Lint Ansible Playbook
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@06f616d6e86e9ce4c74393318d1cbb2d016af413 # v25
- name: Upload Sarif file
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3
with:
sarif_file: ansible-lint.sarif
if: always()