Skip to content

Chore: Bump lfreleng-actions/python-build-action from 1.0.3 to 1.0.4 #103

Chore: Bump lfreleng-actions/python-build-action from 1.0.3 to 1.0.4

Chore: Bump lfreleng-actions/python-build-action from 1.0.3 to 1.0.4 #103

---
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2025 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: 'Check SHA pinned actions'
# yamllint disable-line rule:line-length
uses: lfit/releng-reusable-workflows/.github/workflows/reuse-verify-github-actions.yaml@b4c8bfdea114d034bfa6ed2fe2c9775bc091d5ca # v0.2.28
permissions:
contents: read