Skip to content

Commit

Permalink
[ODS-6302] .NET 8.0 Upgrade Release version 3.2 (#54)
Browse files Browse the repository at this point in the history
* .NET 8.0 Upgrade Release version 3.2

* branch name updated for 6x release

* Scan Actions Updated

* BUILD_INCREMENTER Updated

* Empty-Commit
  • Loading branch information
semalaiappan authored Mar 19, 2024
1 parent a8aa8ef commit d3c0e33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CodeQL Security Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ name: CodeQL Security Scan
on:
pull_request:
branches:
- main
- main-6x
push:
branches:
- main
- main-6x
env:
CONFIGURATION: "Release"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Dependencies Security Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ name: Dependency Review Pull request

on:
pull_request:
branches: [main]
branches: [main-6x]

jobs:
scan-actions:
name: Scan Actions
uses: ed-fi-alliance-oss/ed-fi-actions/.github/workflows/repository-scanner.yml@latest
uses: ed-fi-alliance-oss/ed-fi-actions/.github/workflows/repository-scanner.yml@main

analyze-code:
name: Analyze Code Dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Pkg EdFi.Db.Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ name: Packages - EdFi.Db.Deploy

on:
pull_request:
branches: [main]
branches: [main-6x]
push:
branches:
- main
- main-6x
workflow_dispatch:

env:
INFORMATIONAL_VERSION: "3.1"
BUILD_INCREMENTER: "1"
INFORMATIONAL_VERSION: "3.2"
BUILD_INCREMENTER: "-67"
CONFIGURATION: "Release"
CURRENT_BRANCH: ${{ GITHUB.REF_NAME }}
AZURE_ARTIFACT_URL: "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
Expand Down

0 comments on commit d3c0e33

Please sign in to comment.