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

[dependabot] Chore: Bump step-security/harden-runner from 2.13.1 to 2.13.2 #33

[dependabot] Chore: Bump step-security/harden-runner from 2.13.1 to 2.13.2

[dependabot] Chore: Bump step-security/harden-runner from 2.13.1 to 2.13.2 #33

---
# 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