File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build-dotnet :
14- runs-on : ubuntu-latest
14+ permissions :
15+ contents : read
16+ runs-on : ubuntu-24.04
1517 timeout-minutes : 10
1618 steps :
17- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ - uses : Cysharp/Actions/.github/ actions/checkout@main
1820 - uses : Cysharp/Actions/.github/actions/setup-dotnet@main
1921 with :
2022 dotnet-version : |
Original file line number Diff line number Diff line change 1414
1515jobs :
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 :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+ - uses : Cysharp/Actions/.github/ actions/checkout@main
2123 - uses : Cysharp/Actions/.github/actions/setup-dotnet@main
2224 with :
2325 dotnet-version : |
3739 # release
3840 create-release :
3941 needs : [build-dotnet]
42+ permissions :
43+ contents : write
4044 uses : Cysharp/Actions/.github/workflows/create-release.yaml@main
4145 with :
4246 commit-id : ' '
Original file line number Diff line number Diff line change 77
88jobs :
99 stale :
10+ permissions :
11+ contents : read
12+ pull-requests : write
13+ issues : write
1014 uses : Cysharp/Actions/.github/workflows/stale-issue.yaml@main
You can’t perform that action at this time.
0 commit comments