Skip to content
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/base120.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
mirror-guard:
runs-on: [self-hosted, Linux, X64, wsl, base120]
steps:
- uses: actions/[email protected]
- actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3

- name: Enforce mirror corpus compliance
run: |
Expand All @@ -27,10 +27,10 @@ jobs:
test:
runs-on: [self-hosted, Linux, X64, wsl, base120]
steps:
- uses: actions/[email protected]
- actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3

- name: Set up Python
uses: actions/setup-python@v6
actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: "3.13"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/guardrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
corpus:
runs-on: [self-hosted, Linux, X64, wsl, base120]
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v6
- actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
- actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: "3.13"
- run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mirror-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:

steps:
- name: Checkout mirror repository
uses: actions/[email protected]
actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
with:
path: mirror-repo

- name: Checkout canonical Base120 repository
uses: actions/[email protected]
actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
with:
repository: hummbl-dev/base120
ref: main
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:

- name: Post PR comment with results
if: github.event_name == 'pull_request'
uses: actions/github-script@v9
actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9
with:
script: |
const passed = '${{ steps.summary.outputs.passed }}' === 'true';
Expand Down