We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f424701 commit 88d964bCopy full SHA for 88d964b
.github/workflows/security.yml
@@ -6,6 +6,8 @@ on:
6
- main
7
- master
8
9
+permissions: read-all
10
+
11
jobs:
12
check-quality:
13
runs-on: ubuntu-latest
@@ -39,8 +41,6 @@ jobs:
39
41
env:
40
42
DD_API_KEY: ${{ secrets.DD_API_KEY }}
43
DD_APP_KEY: ${{ secrets.DD_APP_KEY }}
- DD_SERVICE: go-corellium-api-client
- DD_ENV: ci
44
steps:
45
- name: Checkout
46
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments