diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4ad37b..28ac3ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: run: dotnet pack ${{ env.Project }} -c Release -o ${{ github.workspace }}/artifacts - name: Upload nuget if: steps.pack.outputs.canPack == 'true' - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: nuget path: ${{ github.workspace }}/artifacts diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 8d0b09f..2cac7d2 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -76,7 +76,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3fde19d..99027e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -88,7 +88,7 @@ jobs: run: | cat coverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY - name: Upload Test Report Artifact - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: dotnet-coverage-on-${{ matrix.os }} path: |