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
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
name: Lint (ruff)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.11"
cache: pip
Expand Down Expand Up @@ -69,15 +69,15 @@ jobs:
HF_HUB_DISABLE_TELEMETRY: "1"
TRANSFORMERS_OFFLINE: "0"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.11"
cache: pip

- name: Cache HuggingFace / TransformerLens model weights
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/huggingface
key: hf-cache-gpt2-${{ runner.os }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Upload coverage report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: coverage-xml
path: coverage.xml
Expand All @@ -137,9 +137,9 @@ jobs:
name: MCP server import + tool registration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.11"
cache: pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_hf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

steps:
- name: Checkout GitHub repo
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 1

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.11"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/glassbox-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ jobs:
steps:
# ── 1. Checkout ────────────────────────────────────────────────────────
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

# ── 2. Set up Python ───────────────────────────────────────────────────
- name: Set up Python 3.11
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.11"
cache: "pip"
Expand All @@ -129,7 +129,7 @@ jobs:
# ── 5. Upload compliance reports as artifacts ───────────────────────────
- name: Upload Annex IV Compliance Reports
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: glassbox-annex-iv-${{ github.sha }}
path: glassbox-reports/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.11"

Expand All @@ -49,7 +49,7 @@ jobs:
run: ls -lh dist/

- name: Upload dist as artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: dist-${{ github.ref_name }}
path: dist/
Expand All @@ -65,7 +65,7 @@ jobs:

steps:
- name: Download dist artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: dist-${{ github.ref_name }}
path: dist/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish_mcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.11"

Expand All @@ -43,7 +43,7 @@ jobs:
run: ls -lh mcp/dist/

- name: Upload dist as artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: mcp-dist-${{ github.ref_name }}
path: mcp/dist/
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

steps:
- name: Download dist artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: mcp-dist-${{ github.ref_name }}
path: mcp/dist/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Python 3.11
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.11"

Expand All @@ -52,7 +52,7 @@ jobs:
-o sbom.cyclonedx.xml

- name: Upload SBOM as workflow artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: sbom-${{ github.sha }}
path: |
Expand All @@ -62,7 +62,7 @@ jobs:

- name: Attach SBOM to GitHub Release
if: github.event_name == 'release'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v3
with:
files: |
sbom.cyclonedx.json
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Post pending status to all Vercel contexts
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Post success status to all Vercel contexts
if: success()
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -141,7 +141,7 @@ jobs:

- name: Post failure status to all Vercel contexts
if: failure()
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down