diff --git a/.github/workflows/adoption-harness.yml b/.github/workflows/adoption-harness.yml index b61d1d58..f54fe11a 100644 --- a/.github/workflows/adoption-harness.yml +++ b/.github/workflows/adoption-harness.yml @@ -44,7 +44,7 @@ jobs: # 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 @@ -84,7 +84,7 @@ jobs: # 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" diff --git a/.github/workflows/agents-shipgate-self.yml b/.github/workflows/agents-shipgate-self.yml index ad81e7be..633b5c94 100644 --- a/.github/workflows/agents-shipgate-self.yml +++ b/.github/workflows/agents-shipgate-self.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: fetch-depth: 0 diff --git a/.github/workflows/agents-shipgate.yml b/.github/workflows/agents-shipgate.yml index 225244c2..39470f9e 100644 --- a/.github/workflows/agents-shipgate.yml +++ b/.github/workflows/agents-shipgate.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6285c49b..f73676cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 @@ -142,7 +142,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Verify the claimed latest release tag exists on origin run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0798f0c0..2d641880 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: 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