Skip to content

Commit 951ec3b

Browse files
Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#23)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 26667f3 commit 951ec3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/depot_license_generation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- '!**/node_modules/**'
1313
jobs:
1414
license_check:
15+
permissions:
16+
contents: write
1517
runs-on: ubuntu-latest
1618
steps:
1719
- name: Checkout

0 commit comments

Comments
 (0)