5151 "api-pub-semver=$($appVersion -Replace $appPrefix)" >> $env:GITHUB_OUTPUT
5252
5353 - name : Setup .NET
54- uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
54+ uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2
5555 with :
5656 dotnet-version : 8.0.x
5757
6464 -Version $appVersion
6565
6666 - name : Setup Nuget.exe
67- uses : nuget/setup-nuget@a21f25cd3998bf370fde17e3f1b4c12c175172f9 # v2.0.0
67+ uses : nuget/setup-nuget@323ab0502cd38fdc493335025a96c8fdb0edc71f # v2.0.1
6868
6969 - name : Create NuGet Packages
7070 if : success()
@@ -105,7 +105,7 @@ jobs:
105105 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
106106
107107 - name : Get Artifacts
108- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
108+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
109109 with :
110110 name : ${{ env.PACKAGE_NAME }}-NuGet
111111
@@ -114,7 +114,7 @@ jobs:
114114 run : |
115115 $packageName = "${{ env.PACKAGE_NAME }}"
116116 $version = "${{ needs.pack.outputs.data-import-version }}"
117-
117+
118118 $url = "https://github.com/microsoft/sbom-tool/releases/latest/download/sbom-tool-linux-x64"
119119 $out = "$($env:RUNNER_TEMP)/sbom-tool"
120120 Invoke-RestMethod -Uri $url -OutFile $out
@@ -205,7 +205,7 @@ jobs:
205205 actions : read
206206 id-token : write
207207 contents : write
208- uses : Ed-Fi-Alliance-OSS/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@main
208+ uses : Ed-Fi-Alliance-OSS/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
209209 with :
210210 base64-subjects : ${{ needs.pack.outputs.hash-code }}
211211 provenance-name : EdFi.ApiPublisher.intoto.jsonl
@@ -224,7 +224,7 @@ jobs:
224224 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
225225
226226 - name : Get Artifact
227- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
227+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
228228 with :
229229 name : ${{ env.PACKAGE_NAME }}-NuGet
230230
0 commit comments