Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/adoption-harness.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Adoption Harness

# The live `run` job is workflow_dispatch only — no cron, because Claude Opus
Expand Down Expand Up @@ -44,7 +44,7 @@
# stayed_in_workspace scorer blocker). On by default; pinned here for clarity.
SHIPGATE_HARNESS_SCOPE_HOME: "1"
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
- uses: actions/setup-python@v6
Expand Down Expand Up @@ -84,7 +84,7 @@
# the pipeline. PR CI exercises the same code via tests/harness/.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
- uses: actions/setup-python@v6
with:
python-version: "3.13"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-shipgate-self.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Agents Shipgate Self Dogfood

on:
Expand All @@ -11,7 +11,7 @@
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-shipgate.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Agents Shipgate

on:
Expand All @@ -11,7 +11,7 @@
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: CI

on:
Expand All @@ -16,7 +16,7 @@

steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
Expand Down Expand Up @@ -142,7 +142,7 @@

steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Verify the claimed latest release tag exists on origin
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Release

on:
Expand All @@ -17,7 +17,7 @@

steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Verify tag matches package version
# Fail fast before the test/qualification/publish pipeline if the tag
Expand Down
Loading