Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ODS-6188] 7.1 Patch Release for Nhibernate Upgrade #1196

Merged
merged 4 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Cleanup Caches by a branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
cleanup:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check for Repo Dispatch Token
if: ${{ env.REPOSITORY_OWNER == 'Ed-Fi-Alliance-OSS' && env.GH_TOKEN == '' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CodeQL Security Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
FindStandardAndExtensionVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
analyze:
if: ${{ always() }}
needs: FindStandardAndExtensionVersions
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Dependencies Security Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

analyze-code:
name: Analyze Code Dependencies
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.admin.dataaccess manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check for Azure token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.common manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check for Azure token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.common pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.loadtools manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check for Azure token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.loadtools pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.ods.api manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check for Azure token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.ods.api pullrequest .yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.ods.common manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check for Azure token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.ods.common pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Lib edFi.ods.standard manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

jobs:
FindStandardVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
steps:
Expand All @@ -42,7 +42,7 @@ jobs:
build:
if: ${{ always() }}
needs: FindStandardVersions
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
StandardVersion: ${{ fromJson(needs.FindStandardVersions.outputs.StandardVersions) }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Lib edFi.ods.standard pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
FindStandardVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
build:
if: ${{ always() }}
needs: FindStandardVersions
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
StandardVersion: ${{ fromJson(needs.FindStandardVersions.outputs.StandardVersions) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check for Azure token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Database.Admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:

FindStandardAndExtensionVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Database.Security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:

FindStandardAndExtensionVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Ods.CodeGen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: echo distinct ID ${{ github.event.inputs.distinct_id }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:

FindStandardVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
build:
if: ${{ always() }}
needs: FindStandardVersions
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
StandardVersion: ${{ fromJson(needs.FindStandardVersions.outputs.StandardVersions) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:

FindStandardAndExtensionVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
build:
if: ${{ always() }}
needs: FindStandardAndExtensionVersions
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
StandardVersion: ${{ fromJson(needs.FindStandardAndExtensionVersions.outputs.StandardVersions) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:

FindStandardAndExtensionVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Ods.Minimal.Template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:

FindStandardVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:

FindStandardVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
build:
if: ${{ always() }}
needs: FindStandardVersions
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
StandardVersion: ${{ fromJson(needs.FindStandardVersions.outputs.StandardVersions) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:

FindStandardAndExtensionVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
build:
if: ${{ always() }}
needs: FindStandardAndExtensionVersions
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
StandardVersion: ${{ fromJson(needs.FindStandardAndExtensionVersions.outputs.StandardVersions) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:

FindStandardAndExtensionVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Ods.Populated.Template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:

FindStandardVersions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }}
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check for Repo Dispatch Token
Expand Down
Loading