We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c287c2c + ab4fa3b commit 6dbb143Copy full SHA for 6dbb143
.github/workflows/actionlint.yml
@@ -4,6 +4,8 @@ on:
4
paths: ['.github/**']
5
jobs:
6
actionlint:
7
+ permissions:
8
+ contents: read
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
.github/workflows/ci.yml
@@ -7,6 +7,8 @@ concurrency:
test:
12
13
14
0 commit comments