Skip to content

chore(deps): update nextcloud docker tag to v30.0.14 #208

chore(deps): update nextcloud docker tag to v30.0.14

chore(deps): update nextcloud docker tag to v30.0.14 #208

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@9765b8704b2c3f4ab782815b528e0393662e1c04 # v25
- name: Upload Sarif file
uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3
with:
sarif_file: ansible-lint.sarif
if: always()