Skip to content

Commit d3c0e33

Browse files
authored
[ODS-6302] .NET 8.0 Upgrade Release version 3.2 (#54)
* .NET 8.0 Upgrade Release version 3.2 * branch name updated for 6x release * Scan Actions Updated * BUILD_INCREMENTER Updated * Empty-Commit
1 parent a8aa8ef commit d3c0e33

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/CodeQL Security Scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ name: CodeQL Security Scan
88
on:
99
pull_request:
1010
branches:
11-
- main
11+
- main-6x
1212
push:
1313
branches:
14-
- main
14+
- main-6x
1515
env:
1616
CONFIGURATION: "Release"
1717

.github/workflows/Dependencies Security Scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ name: Dependency Review Pull request
77

88
on:
99
pull_request:
10-
branches: [main]
10+
branches: [main-6x]
1111

1212
jobs:
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

.github/workflows/Pkg EdFi.Db.Deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ name: Packages - EdFi.Db.Deploy
77

88
on:
99
pull_request:
10-
branches: [main]
10+
branches: [main-6x]
1111
push:
1212
branches:
13-
- main
13+
- main-6x
1414
workflow_dispatch:
1515

1616
env:
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"

0 commit comments

Comments
 (0)