This repository was archived by the owner on Jul 10, 2026. It is now read-only.
[dependabot] Chore: Bump os-climate/osc-github-devops from 78a987dfd2c648faa346e273603b475876885469 to 0c5088f3f8a286ab6fd64f5b3c99dec224253133 #30
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # 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@f067f48ce21355854544b49403ca512aa1cbb7af # 2025-02-25 | |
| permissions: | |
| contents: read |