We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5df7687 + 4510227 commit 9ad5116Copy full SHA for 9ad5116
.github/workflows/dotnet.yml
@@ -3,9 +3,6 @@
3
4
name: .NET CI
5
6
-permissions:
7
- contents: read
8
-
9
on:
10
push:
11
branches: [ "master" ]
@@ -19,6 +16,8 @@ env:
19
16
jobs:
20
17
build:
21
18
runs-on: ubuntu-latest
+ permissions:
+ contents: read
22
steps:
23
- name: Checkout repository
24
uses: actions/checkout@v6.0.1
@@ -45,6 +44,8 @@ jobs:
45
44
test:
46
needs: build
47
48
49
50
51
@@ -79,6 +80,8 @@ jobs:
79
80
coverage:
81
needs: test
82
83
84
85
strategy:
86
matrix:
87
service: [codecov, codacy]
0 commit comments