Skip to content

Commit 73e5863

Browse files
committed
ci: fix ghalint
1 parent 5ee5d99 commit 73e5863

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010

1111
jobs:
1212
build-dotnet:
13-
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
15+
runs-on: ubuntu-24.04
1416
timeout-minutes: 10
1517
steps:
1618
- uses: Cysharp/Actions/.github/actions/checkout@main
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ on:
1414

1515
jobs:
1616
build-dotnet:
17-
runs-on: ubuntu-latest
17+
permissions:
18+
contents: read
19+
runs-on: ubuntu-24.04
1820
timeout-minutes: 10
1921
steps:
2022
- uses: Cysharp/Actions/.github/actions/checkout@main
@@ -35,6 +37,8 @@ jobs:
3537
# release
3638
create-release:
3739
needs: [build-dotnet]
40+
permissions:
41+
contents: write
3842
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
3943
with:
4044
commit-id: ''
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ on:
77

88
jobs:
99
stale:
10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
issues: write
1014
uses: Cysharp/Actions/.github/workflows/stale-issue.yaml@main
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66
- 'README.md'
77

88
jobs:
9-
generateTOC:
10-
name: TOC Generator
9+
toc:
10+
permissions:
11+
contents: write
1112
uses: Cysharp/Actions/.github/workflows/toc-generator.yaml@main
1213
with:
1314
TOC_TITLE: "## Table of Contents"

0 commit comments

Comments
 (0)