File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ name: CodeQL Security Scan
88on :
99 pull_request :
1010 branches :
11- - main
11+ - main-6x
1212 push :
1313 branches :
14- - main
14+ - main-6x
1515env :
1616 CONFIGURATION : " Release"
1717
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ name: Dependency Review Pull request
77
88on :
99 pull_request :
10- branches : [main]
10+ branches : [main-6x ]
1111
1212jobs :
1313 scan-actions :
1414 name : Scan Actions
15- uses : ed-fi-alliance-oss/ed-fi-actions/.github/workflows/repository-scanner.yml@latest
15+ uses : ed-fi-alliance-oss/ed-fi-actions/.github/workflows/repository-scanner.yml@main
1616
1717 analyze-code :
1818 name : Analyze Code Dependencies
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ name: Packages - EdFi.Db.Deploy
77
88on :
99 pull_request :
10- branches : [main]
10+ branches : [main-6x ]
1111 push :
1212 branches :
13- - main
13+ - main-6x
1414 workflow_dispatch :
1515
1616env :
17- INFORMATIONAL_VERSION : " 3.1 "
18- BUILD_INCREMENTER : " 1 "
17+ INFORMATIONAL_VERSION : " 3.2 "
18+ BUILD_INCREMENTER : " -67 "
1919 CONFIGURATION : " Release"
2020 CURRENT_BRANCH : ${{ GITHUB.REF_NAME }}
2121 AZURE_ARTIFACT_URL : " https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
You can’t perform that action at this time.
0 commit comments