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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
commit:
name: Commit check
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- name: Harden runner
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

dependency:
name: Dependency check
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
pull-requests: write
steps:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

format:
name: Format check
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- name: Harden runner
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

spec:
name: Spec check
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- name: Harden runner
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:

type:
name: Type check
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- name: Harden runner
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
jobs:
analyze:
name: Code analyze
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
security-events: write
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
publish:
name: Publish release (if needed)
if: github.repository_owner == 'codeismyid'
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: write
issues: write
Expand Down
Loading