Skip to content

Commit 5abfb34

Browse files
authored
Apply audit remediation
Apply audit remediation from the 2026-06-10 review.
1 parent 85c1e84 commit 5abfb34

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ on:
66
pull_request:
77
workflow_dispatch:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
test:
1114
runs-on: ubuntu-latest
15+
timeout-minutes: 20
1216
steps:
1317
- name: Checkout
1418
uses: actions/checkout@v6

.github/workflows/dependabot_auto_merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
auto-merge:
1010
if: github.event.workflow_run.conclusion == 'success' && startsWith(github.event.workflow_run.head_branch, 'dependabot/')
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 10
1213
permissions:
1314
contents: write
1415
pull-requests: write

0 commit comments

Comments
 (0)