File tree Expand file tree Collapse file tree 4 files changed +7
-12
lines changed
Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ name: CodeQL Security Scan
77
88on :
99 pull_request :
10- branches :
11- - main
10+ branches : [main, b-v*-patch*]
1211 push :
13- branches :
14- - main
12+ branches : [main, b-v*-patch*]
1513env :
1614 CONFIGURATION : " Release"
1715
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, b-v*-patch* ]
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
2222 contents : read
2323 security-events : write
2424
25- strategy :
26- fail-fast : false
27-
2825 steps :
2926 - name : Checkout code
3027 uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
Original file line number Diff line number Diff line change @@ -7,10 +7,9 @@ name: Packages - EdFi.Db.Deploy
77
88on :
99 pull_request :
10- branches : [main]
10+ branches : [main, b-v*-patch* ]
1111 push :
12- branches :
13- - main
12+ branches : [main, b-v*-patch*]
1413 workflow_dispatch :
1514
1615env :
Original file line number Diff line number Diff line change 3030 <PackageReference Include =" log4net" Version =" 2.0.14" />
3131 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.0" />
3232 <PackageReference Include =" Npgsql" Version =" 6.0.3" VersionOverride =" 4.1.3.1" />
33+ <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.6" />
3334 </ItemGroup >
3435 <ItemGroup >
3536 <None Update =" log4net.config" >
You can’t perform that action at this time.
0 commit comments