We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdb39c commit aff9439Copy full SHA for aff9439
2 files changed
.github/workflows/codecov.yml
@@ -7,6 +7,11 @@ jobs:
7
test:
8
name: Run tests and collect coverage
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ actions: read
12
+ contents: read
13
+ security-events: write
14
+
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
.github/workflows/go.yml
@@ -10,6 +10,11 @@ jobs:
go: [ 1.19.x ]
runs-on:
- ubuntu-latest
18
19
- name: Set up Go
20
uses: actions/setup-go@v3
0 commit comments