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 b28eb6d + e82eabf commit 7a117ccCopy full SHA for 7a117cc
1 file changed
.github/workflows/reviewdog.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Harden Runner
21
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
22
with:
23
- disable-sudo-and-containers: true
+ disable-sudo-and-containers: false # actionlint needs to run in a container
24
egress-policy: block
25
allowed-endpoints: >
26
api.github.com:443
@@ -190,7 +190,7 @@ jobs:
190
191
192
193
+ disable-sudo-and-containers: false # markdownlint needs to run in a container
194
195
196
0 commit comments