Skip to content

build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 in /workflow-templates #116

build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 in /workflow-templates

build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 in /workflow-templates #116

Workflow file for this run

# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud-libraries/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT
name: Lint
on: pull_request
permissions:
contents: read
jobs:
yaml-lint:
runs-on: ubuntu-latest
name: yaml
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: GitHub action templates lint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
with:
file_or_dir: workflow-templates
config_data: |
line-length: warning
- name: Install the latest version of uv
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
- name: Check GitHub actions
run: uvx zizmor --min-severity medium .github/workflows/*.yml
- name: Check GitHub workflow-templates
run: uvx zizmor --min-severity medium workflow-templates/*.yml