Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b76c663

Browse filesBrowse files
authored
Drop permissions and credentials in pre-commit-updates
Satisfies zizmor check
1 parent e857f2f commit b76c663
Copy full SHA for b76c663

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎.github/workflows/pre-commit-updates.yml

Copy file name to clipboardExpand all lines: .github/workflows/pre-commit-updates.yml
+4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ on:
77
# on demand
88
workflow_dispatch:
99

10+
permissions: {}
11+
1012
jobs:
1113
auto-update:
1214
runs-on: ubuntu-latest
1315
steps:
1416
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
with:
18+
persist-credentials: false
1519

1620
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
1721

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.