Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

[dependabot] Chore: Bump lfit/releng-reusable-workflows/.github/workflows/reuse-verify-github-actions.yaml from 0.2.5 to 0.2.26 #34

[dependabot] Chore: Bump lfit/releng-reusable-workflows/.github/workflows/reuse-verify-github-actions.yaml from 0.2.5 to 0.2.26

[dependabot] Chore: Bump lfit/releng-reusable-workflows/.github/workflows/reuse-verify-github-actions.yaml from 0.2.5 to 0.2.26 #34

---
# 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@f8814d81051c7a2e4d7584657b4d283b62a56b20 # 2025-02-25
permissions:
contents: read