Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Shared reusable workflow bump only affects this repo's copy

This file is described in its header as the reusable cross-project gate sourced from wave-foundation (.github/workflows/_checks.yml:3-6) and the skill-validate job comments note it mirrors wave-foundation/scripts/validate-skills.py and must be kept in sync (.github/workflows/_checks.yml:48-50). Bumping actions/setup-python here only in api-spec introduces drift from the upstream source of truth that the comments explicitly warn about; worth confirming the same bump lands upstream.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

with:
python-version: "3.12"
- run: pip install pyyaml
Expand Down
Loading