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

[dependabot] Chore: Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 #23

[dependabot] Chore: Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0

[dependabot] Chore: Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 #23

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