Skip to content

Feat: Add PARALLEL input to rtdv3 verify workflow #719

Feat: Add PARALLEL input to rtdv3 verify workflow

Feat: Add PARALLEL input to rtdv3 verify workflow #719

---
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2024 The Linux Foundation
# Verifies action/workflow calls are pinned to SHA commit values
name: 📌 Audit GitHub Actions
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
pull_request:
branches:
- main
- master
paths: [".github/**"]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
name: Verify
# yamllint disable-line rule:line-length
uses: lfit/releng-reusable-workflows/.github/workflows/reuse-verify-github-actions.yaml@5278f76fc1d27c49d0c9f795a6ddea65eeb5c11b # v0.8.1
permissions:
contents: read