Skip to content

Commit 88d964b

Browse files
author
Lenard Gutierrez
committed
Update security workflow permissions
1 parent f424701 commit 88d964b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
- master
88

9+
permissions: read-all
10+
911
jobs:
1012
check-quality:
1113
runs-on: ubuntu-latest
@@ -39,8 +41,6 @@ jobs:
3941
env:
4042
DD_API_KEY: ${{ secrets.DD_API_KEY }}
4143
DD_APP_KEY: ${{ secrets.DD_APP_KEY }}
42-
DD_SERVICE: go-corellium-api-client
43-
DD_ENV: ci
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)