diff --git a/.github/workflows/CodeQL Security Scan.yml b/.github/workflows/CodeQL Security Scan.yml index f35596f..7c7ac32 100644 --- a/.github/workflows/CodeQL Security Scan.yml +++ b/.github/workflows/CodeQL Security Scan.yml @@ -8,10 +8,10 @@ name: CodeQL Security Scan on: pull_request: branches: - - main + - main-6x push: branches: - - main + - main-6x env: CONFIGURATION: "Release" diff --git a/.github/workflows/Dependencies Security Scan.yml b/.github/workflows/Dependencies Security Scan.yml index def4270..2c18793 100644 --- a/.github/workflows/Dependencies Security Scan.yml +++ b/.github/workflows/Dependencies Security Scan.yml @@ -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 diff --git a/.github/workflows/Pkg EdFi.Db.Deploy.yml b/.github/workflows/Pkg EdFi.Db.Deploy.yml index 777626a..c5890dd 100644 --- a/.github/workflows/Pkg EdFi.Db.Deploy.yml +++ b/.github/workflows/Pkg EdFi.Db.Deploy.yml @@ -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"