Skip to content

Commit 3954c4c

Browse files
fix: [DevOps] Missing CodeQL Security finding (#541)
* fix: [DevOps] CodeQL Security findings * fix: [DevOps] Missing CodeQL Security findings
1 parent 420ad82 commit 3954c4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependency-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
runs-on: ubuntu-latest
4242
outputs:
4343
cache-key: ${{ steps.cache-build.outputs.cache-key }}
44+
permissions:
45+
contents: read
4446
steps:
4547
- name: "Checkout repository"
4648
uses: actions/checkout@v4

0 commit comments

Comments
 (0)