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.
1 parent 74aed42 commit 82af72cCopy full SHA for 82af72c
1 file changed
.github/workflows/ci.yml
@@ -10,6 +10,8 @@ jobs:
10
test:
11
name: Test
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: read
15
strategy:
16
matrix:
17
go-version: ["1.26.1"]
@@ -57,6 +59,8 @@ jobs:
57
59
lint:
58
60
name: Lint
61
62
63
64
steps:
65
- name: Checkout code
66
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments