Skip to content

Commit 7a117cc

Browse files
authored
Merge branch 'main' into dependabot/uv/dot-github/tools/python-workflow-tools-e2c2ef3a76
2 parents b28eb6d + e82eabf commit 7a117cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reviewdog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Harden Runner
2121
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
2222
with:
23-
disable-sudo-and-containers: true
23+
disable-sudo-and-containers: false # actionlint needs to run in a container
2424
egress-policy: block
2525
allowed-endpoints: >
2626
api.github.com:443
@@ -190,7 +190,7 @@ jobs:
190190
- name: Harden Runner
191191
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
192192
with:
193-
disable-sudo-and-containers: true
193+
disable-sudo-and-containers: false # markdownlint needs to run in a container
194194
egress-policy: block
195195
allowed-endpoints: >
196196
api.github.com:443

0 commit comments

Comments
 (0)