diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23d7d3a..1817e38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: dist/FoxentryDataCleaner.exe.sha256 - name: Upload artifact (non-tag runs) if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: { name: FoxentryDataCleaner-windows, path: "dist/FoxentryDataCleaner.exe*" } # ───────────────────────────── macOS ───────────────────────────── @@ -219,7 +219,7 @@ jobs: dist/FoxentryDataCleaner-macos.dmg.sha256 - name: Upload artifact (non-tag runs) if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: { name: FoxentryDataCleaner-macos, path: "dist/FoxentryDataCleaner-macos.dmg*" } # ───────────────────────────── Linux ───────────────────────────── @@ -254,5 +254,5 @@ jobs: dist/FoxentryDataCleaner-linux.sha256 - name: Upload artifact (non-tag runs) if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: { name: FoxentryDataCleaner-linux, path: "dist/FoxentryDataCleaner-linux*" } diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index c74f98d..0f536f2 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -64,7 +64,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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: SARIF file path: results.sarif