Skip to content
Merged
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
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
push:
branches:
- main
- claude/**
pull_request:
branches:
- main
Expand All @@ -30,7 +29,7 @@
deps: ${{ steps.deps-filter.outputs.deps }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # ratchet:step-security/harden-runner@v2.17.0

Check warning on line 32 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Fast Linters

32:121 [line-length] line too long (129 > 120 characters)
with:
egress-policy: audit

Expand Down Expand Up @@ -75,7 +74,7 @@
if: needs.changes.outputs.code == 'true'
steps:
- name: Harden Runner
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # ratchet:step-security/harden-runner@v2.17.0

Check warning on line 77 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Fast Linters

77:121 [line-length] line too long (129 > 120 characters)
with:
egress-policy: audit

Expand Down Expand Up @@ -110,7 +109,7 @@
needs: setup
steps:
- name: Harden Runner
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # ratchet:step-security/harden-runner@v2.17.0

Check warning on line 112 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Fast Linters

112:121 [line-length] line too long (129 > 120 characters)
with:
egress-policy: audit

Expand Down Expand Up @@ -150,7 +149,7 @@
needs: setup
steps:
- name: Harden Runner
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # ratchet:step-security/harden-runner@v2.17.0

Check warning on line 152 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Fast Linters

152:121 [line-length] line too long (129 > 120 characters)
with:
egress-policy: audit

Expand Down Expand Up @@ -190,7 +189,7 @@
needs: setup
steps:
- name: Harden Runner
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # ratchet:step-security/harden-runner@v2.17.0

Check warning on line 192 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Fast Linters

192:121 [line-length] line too long (129 > 120 characters)
with:
egress-policy: audit

Expand Down Expand Up @@ -230,7 +229,7 @@
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # ratchet:step-security/harden-runner@v2.17.0

Check warning on line 232 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Fast Linters

232:121 [line-length] line too long (129 > 120 characters)
with:
egress-policy: audit

Expand Down Expand Up @@ -293,7 +292,7 @@
needs: [setup, typecheck, lint, format, linters, test-unit, test-integration]
steps:
- name: Harden Runner
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # ratchet:step-security/harden-runner@v2.17.0

Check warning on line 295 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Fast Linters

295:121 [line-length] line too long (129 > 120 characters)
with:
egress-policy: audit

Expand Down Expand Up @@ -338,7 +337,7 @@
needs: setup
steps:
- name: Harden Runner
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # ratchet:step-security/harden-runner@v2.17.0

Check warning on line 340 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Fast Linters

340:121 [line-length] line too long (129 > 120 characters)
with:
egress-policy: audit

Expand Down Expand Up @@ -383,7 +382,7 @@
needs: setup
steps:
- name: Harden Runner
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # ratchet:step-security/harden-runner@v2.17.0

Check warning on line 385 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Fast Linters

385:121 [line-length] line too long (129 > 120 characters)
with:
egress-policy: audit

Expand Down Expand Up @@ -434,7 +433,7 @@
needs: setup
steps:
- name: Harden Runner
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # ratchet:step-security/harden-runner@v2.17.0

Check warning on line 436 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Fast Linters

436:121 [line-length] line too long (129 > 120 characters)
with:
egress-policy: audit

Expand Down
Loading
Loading