diff --git a/.github/workflows/CodeQL Security Scan.yml b/.github/workflows/CodeQL Security Scan.yml index ff21d6ea3..884238ec4 100644 --- a/.github/workflows/CodeQL Security Scan.yml +++ b/.github/workflows/CodeQL Security Scan.yml @@ -79,7 +79,7 @@ jobs: - name: Checkout code uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Initialize CodeQL - uses: github/codeql-action/init@cf7e9f23492505046de9a37830c3711dd0f25bb3 # codeql-bundle-v2.16.2 + uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 with: languages: 'csharp' - name: Checkout Ed-Fi-ODS-Implementation @@ -128,4 +128,4 @@ jobs: run: | .\build.githubactions.ps1 build -Configuration ${{ env.CONFIGURATION }} -InformationalVersion ${{ env.INFORMATIONAL_VERSION}} -BuildCounter ${{ github.run_number }} -BuildIncrementer ${{env.BUILD_INCREMENTER}} -Solution "$env:GITHUB_WORKSPACE/Ed-Fi-ODS-Implementation/Application/Ed-Fi-Ods.sln" -StandardVersion ${{ matrix.StandardVersion }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cf7e9f23492505046de9a37830c3711dd0f25bb3 # codeql-bundle-v2.16.2 \ No newline at end of file + uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 \ No newline at end of file diff --git a/.github/workflows/Lib edFi.admin.dataaccess manual.yml b/.github/workflows/Lib edFi.admin.dataaccess manual.yml index a10fa2a13..c9bf39383 100644 --- a/.github/workflows/Lib edFi.admin.dataaccess manual.yml +++ b/.github/workflows/Lib edFi.admin.dataaccess manual.yml @@ -30,7 +30,7 @@ jobs: exit 1 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -72,7 +72,7 @@ jobs: shell: pwsh - name: Upload EdFi.Suite3.Admin.DataAccess Artifacts if: success() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/NugetPackages/*.nupkg \ No newline at end of file diff --git a/.github/workflows/Lib edFi.admin.dataaccess pullrequest.yml b/.github/workflows/Lib edFi.admin.dataaccess pullrequest.yml index 0ec4084df..2d902a2d0 100644 --- a/.github/workflows/Lib edFi.admin.dataaccess pullrequest.yml +++ b/.github/workflows/Lib edFi.admin.dataaccess pullrequest.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Cache Nuget packages diff --git a/.github/workflows/Lib edFi.common manual.yml b/.github/workflows/Lib edFi.common manual.yml index 9ccef9765..fea02bc44 100644 --- a/.github/workflows/Lib edFi.common manual.yml +++ b/.github/workflows/Lib edFi.common manual.yml @@ -30,7 +30,7 @@ jobs: exit 1 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -72,7 +72,7 @@ jobs: shell: pwsh - name: Upload EdFi.Suite3.Common Artifacts if: success() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/NugetPackages/*.nupkg \ No newline at end of file diff --git a/.github/workflows/Lib edFi.common pullrequest.yml b/.github/workflows/Lib edFi.common pullrequest.yml index bbba3a4a2..8067cef06 100644 --- a/.github/workflows/Lib edFi.common pullrequest.yml +++ b/.github/workflows/Lib edFi.common pullrequest.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Cache Nuget packages diff --git a/.github/workflows/Lib edFi.loadtools manual.yml b/.github/workflows/Lib edFi.loadtools manual.yml index 856ec6888..0dd54ed79 100644 --- a/.github/workflows/Lib edFi.loadtools manual.yml +++ b/.github/workflows/Lib edFi.loadtools manual.yml @@ -30,7 +30,7 @@ jobs: exit 1 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -90,7 +90,7 @@ jobs: shell: pwsh - name: Upload EdFi.LoadTools Artifacts if: success() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/NugetPackages/*.nupkg \ No newline at end of file diff --git a/.github/workflows/Lib edFi.loadtools pullrequest.yml b/.github/workflows/Lib edFi.loadtools pullrequest.yml index ed70d7c61..95730307e 100644 --- a/.github/workflows/Lib edFi.loadtools pullrequest.yml +++ b/.github/workflows/Lib edFi.loadtools pullrequest.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Cache Nuget packages diff --git a/.github/workflows/Lib edFi.ods.api manual.yml b/.github/workflows/Lib edFi.ods.api manual.yml index 97b7939d0..01278d9cf 100644 --- a/.github/workflows/Lib edFi.ods.api manual.yml +++ b/.github/workflows/Lib edFi.ods.api manual.yml @@ -4,7 +4,6 @@ # 3.If any .NET new major/minor version upgrade or Nuget package version upgrade happens in Ed-Fi-ODS/Application/EdFi.Ods.Api/EdFi.Ods.Api.csproj Project. name: Lib EdFi.Ods.Api Manually triggered build - on: workflow_dispatch: @@ -30,7 +29,7 @@ jobs: exit 1 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -72,7 +71,7 @@ jobs: shell: pwsh - name: Upload EdFi.Ods.Api Artifacts if: success() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/NugetPackages/*.* diff --git a/.github/workflows/Lib edFi.ods.api pullrequest .yml b/.github/workflows/Lib edFi.ods.api pullrequest .yml index 46613f264..9f4cc9c14 100644 --- a/.github/workflows/Lib edFi.ods.api pullrequest .yml +++ b/.github/workflows/Lib edFi.ods.api pullrequest .yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Cache Nuget packages diff --git a/.github/workflows/Lib edFi.ods.common manual.yml b/.github/workflows/Lib edFi.ods.common manual.yml index 4cdc27e03..e868320cb 100644 --- a/.github/workflows/Lib edFi.ods.common manual.yml +++ b/.github/workflows/Lib edFi.ods.common manual.yml @@ -4,7 +4,6 @@ # 3.If any .NET new major/minor version upgrade or Nuget package version upgrade happens in Ed-Fi-ODS/Application/EdFi.Ods.Common/EdFi.Ods.Common.csproj Project. name: Lib EdFi.Ods.Common Manually triggered build - on: workflow_dispatch: @@ -30,7 +29,7 @@ jobs: exit 1 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -72,7 +71,7 @@ jobs: shell: pwsh - name: Upload EdFi.Ods.Common Artifacts if: success() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/NugetPackages/*.* \ No newline at end of file diff --git a/.github/workflows/Lib edFi.ods.common pullrequest.yml b/.github/workflows/Lib edFi.ods.common pullrequest.yml index d6239ce2c..200d85f55 100644 --- a/.github/workflows/Lib edFi.ods.common pullrequest.yml +++ b/.github/workflows/Lib edFi.ods.common pullrequest.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Cache Nuget packages diff --git a/.github/workflows/Lib edFi.ods.standard manual.yml b/.github/workflows/Lib edFi.ods.standard manual.yml index 75f676359..5b19fe4f4 100644 --- a/.github/workflows/Lib edFi.ods.standard manual.yml +++ b/.github/workflows/Lib edFi.ods.standard manual.yml @@ -54,7 +54,7 @@ jobs: echo "::error::Missing Azure Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # v2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -119,7 +119,7 @@ jobs: shell: pwsh - name: Upload EdFi.Ods.Standard Artifacts if: success() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Standard.*.nupkg diff --git a/.github/workflows/Lib edFi.security.dataaccess manual.yml b/.github/workflows/Lib edFi.security.dataaccess manual.yml index 54e81b68b..69af50d1d 100644 --- a/.github/workflows/Lib edFi.security.dataaccess manual.yml +++ b/.github/workflows/Lib edFi.security.dataaccess manual.yml @@ -30,7 +30,7 @@ jobs: exit 1 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -72,7 +72,7 @@ jobs: shell: pwsh - name: Upload EdFi.Suite3.Security.DataAccess Artifacts if: success() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/NugetPackages/*.nupkg \ No newline at end of file diff --git a/.github/workflows/Lib edFi.security.dataaccess pullrequest.yml b/.github/workflows/Lib edFi.security.dataaccess pullrequest.yml index 45a652f6d..febc0b63d 100644 --- a/.github/workflows/Lib edFi.security.dataaccess pullrequest.yml +++ b/.github/workflows/Lib edFi.security.dataaccess pullrequest.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Cache Nuget packages diff --git a/.github/workflows/Pkg EdFi.Database.Admin.yml b/.github/workflows/Pkg EdFi.Database.Admin.yml index 18c755cee..faa521eac 100644 --- a/.github/workflows/Pkg EdFi.Database.Admin.yml +++ b/.github/workflows/Pkg EdFi.Database.Admin.yml @@ -82,7 +82,7 @@ jobs: echo "::error::Missing Azure Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # v2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Support longpaths @@ -123,7 +123,7 @@ jobs: $PSVersionTable . $env:GITHUB_WORKSPACE/Ed-Fi-ODS-Implementation/logistics/scripts/activities/build/create-database-package.ps1 -Output NugetPackages -DatabaseType Admin -ExtensionVersion ${{ matrix.ExtensionVersion }} -StandardVersion ${{ matrix.StandardVersion }} -SQLPackage "C:\ProgramData\chocolatey\lib\sqlpackage\tools" - name: Use NuGet - uses: nuget/setup-nuget@b2bc17b761a1d88cab755a776c7922eb26eefbfa # v1 + uses: nuget/setup-nuget@323ab0502cd38fdc493335025a96c8fdb0edc71f # v2.0.1 with: nuget-version: '5.x' - name: Create NuGet package @@ -152,7 +152,7 @@ jobs: ./build.githubactions.ps1 publish -InformationalVersion ${{ env.INFORMATIONAL_VERSION }} -BuildCounter ${{ github.run_number }} -BuildIncrementer ${{env.BUILD_INCREMENTER}} -NuGetApiKey ${{ env.AZURE_ARTIFACT_NUGET_KEY }} -EdFiNuGetFeed ${{env.AZURE_ARTIFACT_URL}} -PackageName "EdFi.Database.Admin.PostgreSQL.Standard.${{ matrix.StandardVersion }}" - name: Upload EdFi.Database.Admin Artifacts if: success() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/*.nupkg diff --git a/.github/workflows/Pkg EdFi.Database.Security.yml b/.github/workflows/Pkg EdFi.Database.Security.yml index f4a2f9ec7..56e743a69 100644 --- a/.github/workflows/Pkg EdFi.Database.Security.yml +++ b/.github/workflows/Pkg EdFi.Database.Security.yml @@ -82,7 +82,7 @@ jobs: echo "::error::Missing Azure Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # v2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Support longpaths @@ -123,7 +123,7 @@ jobs: $PSVersionTable . $env:GITHUB_WORKSPACE/Ed-Fi-ODS-Implementation/logistics/scripts/activities/build/create-database-package.ps1 -Output NugetPackages -DatabaseType Security -ExtensionVersion ${{ matrix.ExtensionVersion }} -StandardVersion ${{ matrix.StandardVersion }} -SQLPackage "C:\ProgramData\chocolatey\lib\sqlpackage\tools" - name: Use NuGet - uses: nuget/setup-nuget@b2bc17b761a1d88cab755a776c7922eb26eefbfa # v1 + uses: nuget/setup-nuget@323ab0502cd38fdc493335025a96c8fdb0edc71f # v2.0.1 with: nuget-version: '5.x' - name: Create NuGet package @@ -153,7 +153,7 @@ jobs: shell: powershell - name: Upload EdFi.Database.Security Artifacts if: success() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/*.nupkg diff --git a/.github/workflows/Pkg EdFi.Ods.CodeGen.yml b/.github/workflows/Pkg EdFi.Ods.CodeGen.yml index a24e0f909..b1a4ae311 100644 --- a/.github/workflows/Pkg EdFi.Ods.CodeGen.yml +++ b/.github/workflows/Pkg EdFi.Ods.CodeGen.yml @@ -40,7 +40,7 @@ jobs: exit 1 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -116,7 +116,7 @@ jobs: shell: pwsh - name: Upload EdFi.Ods.CodeGen NugetPackage if: success() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackage.Artifacts path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/*.nupkg diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml index 614009ca1..4b2edd919 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml @@ -81,7 +81,7 @@ jobs: echo "::error::Missing Azure Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -165,7 +165,7 @@ jobs: shell: pwsh - name: Upload EdFi.Ods.Minimal.Template Artifacts if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Minimal.Template.PostgreSQL*.nupkg @@ -186,7 +186,7 @@ jobs: shell: pwsh - name: Upload Create Database Template Logs if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: Create Database Template Logs path: | 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 6734dd6c2..1b2ceaf0b 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml @@ -101,7 +101,7 @@ jobs: echo "::error::Missing Azure Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -192,7 +192,7 @@ jobs: shell: pwsh - name: Upload EdFi.Ods.Minimal.Template.TPDM.PostgreSQL Artifacts if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: | @@ -214,7 +214,7 @@ jobs: shell: pwsh - name: Upload Create Database Template Logs if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: Create Database Template Logs path: | diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml index 1be2fdf0a..b8c092f20 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml @@ -88,7 +88,7 @@ jobs: echo "::error::Missing Azure Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Support longpaths @@ -213,7 +213,7 @@ jobs: shell: powershell - name: Upload EdFi.Ods.Minimal.Template.TPDM.Core Artifacts if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: EdFi.Ods.Minimal.Template.TPDM.Core.Artifacts path: | @@ -235,7 +235,7 @@ jobs: shell: pwsh - name: Upload Create Database Template Logs if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: Create Database Template Logs path: | diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml index 40000dbcc..1b3097f84 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml @@ -67,7 +67,7 @@ jobs: echo "::error::Missing Azure Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Support longpaths @@ -185,7 +185,7 @@ jobs: shell: powershell - name: Upload EdFi.Ods.Minimal.Template Artifacts if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Minimal.Template.*.nupkg @@ -206,7 +206,7 @@ jobs: shell: pwsh - name: Upload Create Database Template Logs if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: Create Database Template Logs path: | diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml index f10d7761b..31ace3772 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml @@ -81,7 +81,7 @@ jobs: echo "::error::Missing Azure Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -165,7 +165,7 @@ jobs: shell: pwsh - name: Upload EdFi.Ods.Populated.Template Artifacts if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Populated.Template.PostgreSQL*.nupkg @@ -186,7 +186,7 @@ jobs: shell: pwsh - name: Upload Create Database Template Logs if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: Create Database Template Logs path: | 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 0033ce741..8adeb3d98 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml @@ -101,7 +101,7 @@ jobs: echo "::error::Missing Azure Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS @@ -191,7 +191,7 @@ jobs: shell: pwsh - name: Upload EdFi.Ods.Populated.Template.TPDM.PostgreSQL Artifacts if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: | @@ -213,7 +213,7 @@ jobs: shell: pwsh - name: Upload Create Database Template Logs if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: Create Database Template Logs path: | diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml index 903e1573f..fb8dda28a 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml @@ -88,7 +88,7 @@ jobs: echo "::error::Missing Azure Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Support longpaths @@ -213,7 +213,7 @@ jobs: shell: powershell - name: Upload EdFi.Ods.Populated.Template.TPDM.Core Artifacts if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: EdFi.Ods.Populated.Template.TPDM.Core.Artifacts path: | @@ -235,7 +235,7 @@ jobs: shell: pwsh - name: Upload Create Database Template Logs if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: Create Database Template Logs path: | diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml index 5139c1ac9..d21c57549 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml @@ -67,7 +67,7 @@ jobs: echo "::error::Missing Azure Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Support longpaths @@ -185,7 +185,7 @@ jobs: shell: powershell - name: Upload EdFi.Ods.Populated.Template Artifacts if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: NugetPackages.Artifacts path: ${{ github.workspace }}/Ed-Fi-ODS/NugetPackages/EdFi.Suite3.Ods.Populated.Template.*.nupkg @@ -206,7 +206,7 @@ jobs: shell: pwsh - name: Upload Create Database Template Logs if: success() || failure() - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 with: name: Create Database Template Logs path: | diff --git a/.github/workflows/Trgr InitDev workflows in Implementation repo.yml b/.github/workflows/Trgr InitDev workflows in Implementation repo.yml index e834e20f1..10d0d58b9 100644 --- a/.github/workflows/Trgr InitDev workflows in Implementation repo.yml +++ b/.github/workflows/Trgr InitDev workflows in Implementation repo.yml @@ -24,7 +24,7 @@ jobs: echo "::error::Missing GitHub Token" exit 1 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # 2.1.0 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 with: dotnet-version: 6.0.x - name: Checkout Ed-Fi-ODS