Skip to content

Commit 5291248

Browse files
committed
fix: add minimal GITHUB_TOKEN permissions to address CodeQL warning
1 parent b0a67c0 commit 5291248

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Check Stable Dependencies
22
on: [pull_request, workflow_dispatch]
33

4+
permissions:
5+
contents: read
6+
47
jobs:
58
check_dependency:
69
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-check-stable-dependency.yaml@v3
7-
secrets: inherit
10+
secrets: inherit

0 commit comments

Comments
 (0)