We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0ffff commit 4a317aaCopy full SHA for 4a317aa
1 file changed
.github/workflows/dotnet-core.yml
@@ -8,15 +8,16 @@ on:
8
9
jobs:
10
build:
11
-
12
runs-on: ubuntu-latest
13
+ permissions:
+ id-token: write # Required for OIDC
14
+ contents: read
15
steps:
16
- uses: actions/checkout@v4
17
- name: Setup .NET
18
uses: actions/setup-dotnet@v4
19
with:
- dotnet-version: 8.x
20
+ dotnet-version: 10.x
21
- name: Install dependencies
22
run: dotnet restore
23
- name: Build
0 commit comments