Skip to content

Commit f0b75f4

Browse files
jacobtylerwallsnessita
authored andcommitted
Removed unused code checkout step from labels.yml GitHub Action.
1 parent 746f5fd commit f0b75f4

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/labels.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 60
2323
steps:
24-
- uses: actions/checkout@v6
25-
with:
26-
persist-credentials: false
27-
2824
- name: "Check title and manage labels"
2925
uses: actions/github-script@v8
3026
with:

zizmor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
rules:
22
dangerous-triggers:
3+
# Before ignoring a file, assume all inputs are malicious, assign explicit
4+
# minimal permissions, and do not use actions/checkout.
35
ignore:
46
- coverage_comment.yml
57
- labels.yml

0 commit comments

Comments
 (0)