Skip to content

Commit f5f6230

Browse files
authored
ci: fixups to pass zizmor audit (#1025)
1 parent abfd075 commit f5f6230

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ updates:
77
time: "13:00"
88
open-pull-requests-limit: 99
99
versioning-strategy: increase
10+
cooldown:
11+
default-days: 7

.github/workflows/add-to-project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
issues:
55
types:
66
- opened
7-
pull_request_target:
7+
pull_request_target: # zizmor: ignore[dangerous-triggers]
88
types:
99
- opened
1010

@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Generate GitHub App token
18-
uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1
18+
uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0
1919
id: generate-token
2020
with:
2121
creds: ${{ secrets.ECOSYSTEM_ISSUE_TRIAGE_GH_APP_CREDS }}
2222
org: electron
2323
- name: Add to Project
24-
uses: dsanders11/project-actions/add-item@3a81985616963f32fae17d1d1b406c631f3201a1 # v1.1.0
24+
uses: dsanders11/project-actions/add-item@2134fe7cc71c58b7ae259c82a8e63c6058255678 # v1.7.0
2525
with:
2626
field: Opened
2727
field-value: ${{ github.event.pull_request.created_at || github.event.issue.created_at }}

0 commit comments

Comments
 (0)