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 0189e06 commit 2316f6dCopy full SHA for 2316f6d
.github/workflows/msdo-main-pipeline.yml
@@ -6,13 +6,23 @@ on:
6
workflow_dispatch:
7
8
jobs:
9
- core-msdo-scan:
+ msdo-core-scan:
10
uses: ./.github/workflows/msdo-reusable.yml
11
+ permissions:
12
+ contents: read
13
+ id-token: write
14
+ actions: read
15
+ security-events: write
16
with:
17
branch: main
18
secrets:
19
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
21
secret-scan:
22
uses: ./.github/workflows/secret-scanning.yml
- needs: core-msdo-scan
23
24
25
26
27
28
+ needs: msdo-core-scan
0 commit comments