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 ef1d1ad commit a43d2a1Copy full SHA for a43d2a1
.github/workflows/Dependencies Security Scan.yml
@@ -7,6 +7,8 @@ on:
7
paths:
8
- 'src/**'
9
10
+permissions: read-all
11
+
12
jobs:
13
scan-actions:
14
name: Scan Actions
@@ -16,8 +18,6 @@ jobs:
16
18
name: Analyze Code Dependencies
17
19
runs-on: ubuntu-latest
20
permissions:
- actions: read
- contents: read
21
security-events: write
22
23
strategy:
.github/workflows/build-model.yml
@@ -18,6 +18,8 @@ on:
description: "ed_fi_model_ref: The reference name from the Ed-Fi Model repo to pull. Default: DS-5.1-ME-3.x"
pull_request:
env:
24
data_model_version: "5.1.0"
25
ODS_version: "7.2"
0 commit comments