Skip to content

Commit eda983b

Browse files
committed
ci(permissions): restricted permisions
1 parent 745d863 commit eda983b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dependabot-apt-update.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ on:
55
- cron: '0 0 * * 0' # Run weekly on Sunday at midnight
66
workflow_dispatch: # Allow manual triggering
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
check-apt-updates:
1013
runs-on: ubuntu-latest
14+
permissions:
15+
issues: write
1116
steps:
1217
- name: Checkout code
1318
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)