From 745077548ee7755c8f6a929fce8b3d08ad8df96d Mon Sep 17 00:00:00 2001 From: semalaiappan <34613894+semalaiappan@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:28:59 -0500 Subject: [PATCH] [ODS-5992] Actions/checkout version updated (#847) --- .github/workflows/CodeQL Security Scan.yml | 10 +++++----- .github/workflows/Dependencies Security Scan.yml | 2 +- .../workflows/Lib edFi.admin.dataaccess manual.yml | 4 ++-- .../Lib edFi.admin.dataaccess pullrequest.yml | 2 +- .github/workflows/Lib edFi.common manual.yml | 4 ++-- .github/workflows/Lib edFi.common pullrequest.yml | 2 +- .github/workflows/Lib edFi.loadtools manual.yml | 4 ++-- .github/workflows/Lib edFi.loadtools pullrequest.yml | 2 +- .github/workflows/Lib edFi.ods.api manual.yml | 4 ++-- .github/workflows/Lib edFi.ods.api pullrequest .yml | 2 +- .github/workflows/Lib edFi.ods.common manual.yml | 4 ++-- .../workflows/Lib edFi.ods.common pullrequest.yml | 2 +- .github/workflows/Lib edFi.ods.standard manual.yml | 6 +++--- .../workflows/Lib edFi.ods.standard pullrequest.yml | 6 +++--- .../Lib edFi.security.dataaccess manual.yml | 4 ++-- .../Lib edFi.security.dataaccess pullrequest.yml | 2 +- .github/workflows/Pkg EdFi.Database.Admin.yml | 8 ++++---- .github/workflows/Pkg EdFi.Database.Security.yml | 8 ++++---- .github/workflows/Pkg EdFi.Ods.CodeGen.yml | 8 ++++---- .../Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml | 8 ++++---- ...Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml | 12 ++++++------ .../workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml | 12 ++++++------ .github/workflows/Pkg EdFi.Ods.Minimal.Template.yml | 8 ++++---- .../Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml | 8 ++++---- ...g EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml | 12 ++++++------ .../Pkg EdFi.Ods.Populated.Template.TPDM.yml | 12 ++++++------ .../workflows/Pkg EdFi.Ods.Populated.Template.yml | 8 ++++---- 27 files changed, 82 insertions(+), 82 deletions(-) diff --git a/.github/workflows/CodeQL Security Scan.yml b/.github/workflows/CodeQL Security Scan.yml index c8811e4072..e5d3204390 100644 --- a/.github/workflows/CodeQL Security Scan.yml +++ b/.github/workflows/CodeQL Security Scan.yml @@ -24,17 +24,17 @@ jobs: ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }} steps: - name: Checkout Ed-Fi-Extensions - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Extensions path: Ed-Fi-Extensions/ - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ @@ -82,7 +82,7 @@ jobs: with: languages: 'csharp' - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ @@ -92,7 +92,7 @@ jobs: run: | .\build.githubactions.ps1 CheckoutBranch -RelativeRepoPath "../Ed-Fi-ODS-Implementation" - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ diff --git a/.github/workflows/Dependencies Security Scan.yml b/.github/workflows/Dependencies Security Scan.yml index 2d0244e94d..58acc7694a 100644 --- a/.github/workflows/Dependencies Security Scan.yml +++ b/.github/workflows/Dependencies Security Scan.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout code uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ diff --git a/.github/workflows/Lib edFi.admin.dataaccess manual.yml b/.github/workflows/Lib edFi.admin.dataaccess manual.yml index 60cc497053..fba6ab9ceb 100644 --- a/.github/workflows/Lib edFi.admin.dataaccess manual.yml +++ b/.github/workflows/Lib edFi.admin.dataaccess manual.yml @@ -28,13 +28,13 @@ jobs: run: | echo "::error::Missing Azure Token" exit 1 - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ diff --git a/.github/workflows/Lib edFi.admin.dataaccess pullrequest.yml b/.github/workflows/Lib edFi.admin.dataaccess pullrequest.yml index 2dfd14e202..5ef0cf030c 100644 --- a/.github/workflows/Lib edFi.admin.dataaccess pullrequest.yml +++ b/.github/workflows/Lib edFi.admin.dataaccess pullrequest.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: diff --git a/.github/workflows/Lib edFi.common manual.yml b/.github/workflows/Lib edFi.common manual.yml index 7a242c0898..e78fcbe229 100644 --- a/.github/workflows/Lib edFi.common manual.yml +++ b/.github/workflows/Lib edFi.common manual.yml @@ -28,13 +28,13 @@ jobs: run: | echo "::error::Missing Azure Token" exit 1 - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ diff --git a/.github/workflows/Lib edFi.common pullrequest.yml b/.github/workflows/Lib edFi.common pullrequest.yml index 2c6bbadd64..a70645b2ce 100644 --- a/.github/workflows/Lib edFi.common pullrequest.yml +++ b/.github/workflows/Lib edFi.common pullrequest.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: diff --git a/.github/workflows/Lib edFi.loadtools manual.yml b/.github/workflows/Lib edFi.loadtools manual.yml index a59e01c2a0..981aa6907c 100644 --- a/.github/workflows/Lib edFi.loadtools manual.yml +++ b/.github/workflows/Lib edFi.loadtools manual.yml @@ -28,13 +28,13 @@ jobs: run: | echo "::error::Missing Azure Token" exit 1 - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ diff --git a/.github/workflows/Lib edFi.loadtools pullrequest.yml b/.github/workflows/Lib edFi.loadtools pullrequest.yml index acadb3b43d..9a94ff69a8 100644 --- a/.github/workflows/Lib edFi.loadtools pullrequest.yml +++ b/.github/workflows/Lib edFi.loadtools pullrequest.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: diff --git a/.github/workflows/Lib edFi.ods.api manual.yml b/.github/workflows/Lib edFi.ods.api manual.yml index 5b85bfba01..869096de25 100644 --- a/.github/workflows/Lib edFi.ods.api manual.yml +++ b/.github/workflows/Lib edFi.ods.api manual.yml @@ -28,13 +28,13 @@ jobs: run: | echo "::error::Missing Azure Token" exit 1 - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ diff --git a/.github/workflows/Lib edFi.ods.api pullrequest .yml b/.github/workflows/Lib edFi.ods.api pullrequest .yml index f63c0206dd..34bb248d81 100644 --- a/.github/workflows/Lib edFi.ods.api pullrequest .yml +++ b/.github/workflows/Lib edFi.ods.api pullrequest .yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: diff --git a/.github/workflows/Lib edFi.ods.common manual.yml b/.github/workflows/Lib edFi.ods.common manual.yml index d961ee7b19..65adc4a8a9 100644 --- a/.github/workflows/Lib edFi.ods.common manual.yml +++ b/.github/workflows/Lib edFi.ods.common manual.yml @@ -28,13 +28,13 @@ jobs: run: | echo "::error::Missing Azure Token" exit 1 - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ diff --git a/.github/workflows/Lib edFi.ods.common pullrequest.yml b/.github/workflows/Lib edFi.ods.common pullrequest.yml index 6f3e26461b..d9eb802da4 100644 --- a/.github/workflows/Lib edFi.ods.common pullrequest.yml +++ b/.github/workflows/Lib edFi.ods.common pullrequest.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: diff --git a/.github/workflows/Lib edFi.ods.standard manual.yml b/.github/workflows/Lib edFi.ods.standard manual.yml index 4e9ff09b84..5ee36a4770 100644 --- a/.github/workflows/Lib edFi.ods.standard manual.yml +++ b/.github/workflows/Lib edFi.ods.standard manual.yml @@ -27,7 +27,7 @@ jobs: StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ @@ -58,12 +58,12 @@ jobs: with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ diff --git a/.github/workflows/Lib edFi.ods.standard pullrequest.yml b/.github/workflows/Lib edFi.ods.standard pullrequest.yml index 87775051d1..a54a486a22 100644 --- a/.github/workflows/Lib edFi.ods.standard pullrequest.yml +++ b/.github/workflows/Lib edFi.ods.standard pullrequest.yml @@ -19,7 +19,7 @@ jobs: StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ @@ -41,12 +41,12 @@ jobs: name: build (Standard ${{ matrix.StandardVersion }}) steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ diff --git a/.github/workflows/Lib edFi.security.dataaccess manual.yml b/.github/workflows/Lib edFi.security.dataaccess manual.yml index effc30c581..a13af57aed 100644 --- a/.github/workflows/Lib edFi.security.dataaccess manual.yml +++ b/.github/workflows/Lib edFi.security.dataaccess manual.yml @@ -28,13 +28,13 @@ jobs: run: | echo "::error::Missing Azure Token" exit 1 - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ diff --git a/.github/workflows/Lib edFi.security.dataaccess pullrequest.yml b/.github/workflows/Lib edFi.security.dataaccess pullrequest.yml index 2eae46b50b..44038c44bd 100644 --- a/.github/workflows/Lib edFi.security.dataaccess pullrequest.yml +++ b/.github/workflows/Lib edFi.security.dataaccess pullrequest.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: diff --git a/.github/workflows/Pkg EdFi.Database.Admin.yml b/.github/workflows/Pkg EdFi.Database.Admin.yml index 03cf24fa52..3f3c1e07c8 100644 --- a/.github/workflows/Pkg EdFi.Database.Admin.yml +++ b/.github/workflows/Pkg EdFi.Database.Admin.yml @@ -38,12 +38,12 @@ jobs: ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-Extensions - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Extensions path: Ed-Fi-Extensions/ @@ -91,7 +91,7 @@ jobs: - name: Support longpaths run: git config --system core.longpaths true - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ @@ -101,7 +101,7 @@ jobs: run: | .\build.githubactions.ps1 CheckoutBranch -RelativeRepoPath "." - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ diff --git a/.github/workflows/Pkg EdFi.Database.Security.yml b/.github/workflows/Pkg EdFi.Database.Security.yml index 57b59b8cb6..d989a7ad00 100644 --- a/.github/workflows/Pkg EdFi.Database.Security.yml +++ b/.github/workflows/Pkg EdFi.Database.Security.yml @@ -38,12 +38,12 @@ jobs: ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-Extensions - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Extensions path: Ed-Fi-Extensions/ @@ -91,7 +91,7 @@ jobs: - name: Support longpaths run: git config --system core.longpaths true - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ @@ -101,7 +101,7 @@ jobs: run: | .\build.githubactions.ps1 CheckoutBranch -RelativeRepoPath "." - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ diff --git a/.github/workflows/Pkg EdFi.Ods.CodeGen.yml b/.github/workflows/Pkg EdFi.Ods.CodeGen.yml index cfceeee3ec..249bd236cd 100644 --- a/.github/workflows/Pkg EdFi.Ods.CodeGen.yml +++ b/.github/workflows/Pkg EdFi.Ods.CodeGen.yml @@ -38,18 +38,18 @@ jobs: run: | echo "::error::Missing Azure Token" exit 1 - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ @@ -59,7 +59,7 @@ jobs: run: | ./build.githubactions.ps1 CheckoutBranch -RelativeRepoPath "../Ed-Fi-ODS-Implementation" - name: Checkout Ed-Fi-Extensions - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Extensions path: Ed-Fi-Extensions/ diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml index b132fbebd5..36a209234b 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml @@ -37,7 +37,7 @@ jobs: StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ @@ -85,12 +85,12 @@ jobs: with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ @@ -102,7 +102,7 @@ jobs: Write-host "Ed-Fi-Standard Tag is $standardTag" shell: pwsh - name: Checkout Ed-Fi-ODS-Standard - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Standard path: Ed-Fi-Standard/ diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml index a200476d15..e25b810a37 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml @@ -38,12 +38,12 @@ jobs: ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-Extensions - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Extensions path: Ed-Fi-Extensions/ @@ -105,12 +105,12 @@ jobs: with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ @@ -122,7 +122,7 @@ jobs: Write-host "Ed-Fi-Standard Tag is $standardTag" shell: pwsh - name: Checkout Ed-Fi-ODS-Standard - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Standard path: Ed-Fi-Standard/ @@ -135,7 +135,7 @@ jobs: Write-host "EdFi-Tpdm Tag is $tpdmTag" shell: pwsh - name: Checkout Ed-Fi-TPDM-Artifacts - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-TPDM-Artifacts path: Ed-Fi-TPDM-Artifacts/ diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml index a01cf1f386..1670a3146d 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml @@ -38,12 +38,12 @@ jobs: ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-Extensions - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Extensions path: Ed-Fi-Extensions/ @@ -94,12 +94,12 @@ jobs: - name: Support longpaths run: git config --system core.longpaths true - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ @@ -111,7 +111,7 @@ jobs: Write-host "Ed-Fi-Standard Tag is $standardTag" shell: powershell - name: Checkout Ed-Fi-ODS-Standard - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Standard path: Ed-Fi-Standard/ @@ -124,7 +124,7 @@ jobs: Write-host "EdFi-Tpdm Tag is $tpdmTag" shell: powershell - name: Checkout Ed-Fi-TPDM-Artifacts - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-TPDM-Artifacts path: Ed-Fi-TPDM-Artifacts/ diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml index aa6a35fbe9..977b22b84a 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml @@ -37,7 +37,7 @@ jobs: StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ @@ -73,12 +73,12 @@ jobs: - name: Support longpaths run: git config --system core.longpaths true - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ @@ -90,7 +90,7 @@ jobs: Write-host "Ed-Fi-Standard Tag is $standardTag" shell: powershell - name: Checkout Ed-Fi-ODS-Standard - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Standard path: Ed-Fi-Standard/ diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml index 2dc0751350..92b68792f3 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml @@ -37,7 +37,7 @@ jobs: StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ @@ -85,12 +85,12 @@ jobs: with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ @@ -102,7 +102,7 @@ jobs: Write-host "Ed-Fi-Standard Tag is $standardTag" shell: pwsh - name: Checkout Ed-Fi-ODS-Standard - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Standard path: Ed-Fi-Standard/ diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml index 024731fd62..f4c9f640e2 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml @@ -38,12 +38,12 @@ jobs: ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-Extensions - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Extensions path: Ed-Fi-Extensions/ @@ -105,12 +105,12 @@ jobs: with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ @@ -122,7 +122,7 @@ jobs: Write-host "Ed-Fi-Standard Tag is $standardTag" shell: pwsh - name: Checkout Ed-Fi-ODS-Standard - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Standard path: Ed-Fi-Standard/ @@ -135,7 +135,7 @@ jobs: Write-host "EdFi-Tpdm Tag is $tpdmTag" shell: pwsh - name: Checkout Ed-Fi-TPDM-Artifacts - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-TPDM-Artifacts path: Ed-Fi-TPDM-Artifacts/ diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml index 27f7e81049..5a2b513569 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml @@ -38,12 +38,12 @@ jobs: ExtensionVersions: ${{ steps.Set_ExtensionVersions.outputs.ExtensionVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-Extensions - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Extensions path: Ed-Fi-Extensions/ @@ -94,12 +94,12 @@ jobs: - name: Support longpaths run: git config --system core.longpaths true - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ @@ -111,7 +111,7 @@ jobs: Write-host "Ed-Fi-Standard Tag is $standardTag" shell: powershell - name: Checkout Ed-Fi-ODS-Standard - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Standard path: Ed-Fi-Standard/ @@ -124,7 +124,7 @@ jobs: Write-host "EdFi-Tpdm Tag is $tpdmTag" shell: powershell - name: Checkout Ed-Fi-TPDM-Artifacts - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-TPDM-Artifacts path: Ed-Fi-TPDM-Artifacts/ diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml index e7cfffbf5d..e7cca5e04a 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml @@ -37,7 +37,7 @@ jobs: StandardVersions: ${{ steps.Set_StandardVersions.outputs.StandardVersions }} steps: - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ @@ -73,12 +73,12 @@ jobs: - name: Support longpaths run: git config --system core.longpaths true - name: Checkout Ed-Fi-ODS - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS path: Ed-Fi-ODS/ - name: Checkout Ed-Fi-ODS-Implementation - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation path: Ed-Fi-ODS-Implementation/ @@ -90,7 +90,7 @@ jobs: Write-host "Ed-Fi-Standard Tag is $standardTag" shell: powershell - name: Checkout Ed-Fi-ODS-Standard - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: repository: Ed-Fi-Alliance-OSS/Ed-Fi-Standard path: Ed-Fi-Standard/