Skip to content

chore(deps): update nextcloud docker tag to v30.0.13 #178

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

chore(deps): update nextcloud docker tag to v30.0.13 #178

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@181d5eefc20863364f96762470ba6f862bdef56b # v3
with:
sarif_file: ansible-lint.sarif
if: always()