Skip to content

Fix: Ensure artefact path is handled correctly (#938) #82

Fix: Ensure artefact path is handled correctly (#938)

Fix: Ensure artefact path is handled correctly (#938) #82

Workflow file for this run

---
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2025 The Linux Foundation
# Updates Python dependencies and raises a pull request with changes
name: "Python Dependencies Update ♻️"
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
schedule:
- cron: "0 8 1 * *"
push:
branches:
- "main"
- "master"
paths:
- "**"
- "!.github/**"
- "!.*"
- "!pdm.lock"
- "!tox.ini"
env:
python-version: 3.11
permissions: {}
jobs:
python-dependencies:
name: "Update Python Dependencies"
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/reuse-dependencies.yaml@main
permissions:
# IMPORTANT: mandatory to raise the PR
id-token: write
pull-requests: write
repository-projects: write
contents: write