Skip to content
Merged
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
17 changes: 17 additions & 0 deletions .github/workflows/blacksmith-probe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Blacksmith Probe

on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
paths:
- '.github/workflows/blacksmith-probe.yml'

permissions:
contents: read

jobs:
probe:
uses: KyaniteLabs/.github/.github/workflows/blacksmith-probe.yml@main
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Pin called workflow to immutable commit SHA

Reference the reusable workflow with a full commit SHA instead of @main; using a mutable branch allows upstream changes in KyaniteLabs/.github to alter this repository’s CI behavior without any change in this repo, which is a supply-chain risk and makes builds non-reproducible across reruns.

Useful? React with 👍 / 👎.

with:
probe_label: complementary-runner-probe
Loading