Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/doofus-external-trial-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
--downloaded-asset "$downloaded"

- name: Upload exact canonical request artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: doofus-external-trial-request-v1
path: ${{ runner.temp }}/doofus-stage/doofus-external-trial-request.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doofus-external-trial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
echo "receipt_artifact_name=$name" >> "$GITHUB_OUTPUT"

- name: Upload durable public-safe receipt subjects
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: ${{ steps.names.outputs.receipt_artifact_name }}
path: ${{ runner.temp }}/doofus-trial-output/public
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
# supplied: path" -- which lands last in the log and buries the real
# error. Guard on the variable so an early failure reports itself.
if: failure() && env.DUMBMONEY_NATIVE_SMOKE_FAILURE_GLOB != ''
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: dumbmoney-native-smoke-failure-${{ github.run_id }}-${{ github.run_attempt }}
path: ${{ env.DUMBMONEY_NATIVE_SMOKE_FAILURE_GLOB }}
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
${{ env.DUMBMONEY_PUBLIC_SETUP }}
${{ env.DUMBMONEY_PUBLIC_MANIFEST }}
- name: Upload only protected public release payload
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: dumbmoney-windows-protected-setup-${{ github.sha }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion tests/test_doofus_external_trial_stage_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_stage_workflow_upload_is_exact_short_lived_and_commit_pinned() -> None:
in uses
)
assert (
"actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
"actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
in uses
)
assert "name: doofus-external-trial-request-v1" in text
Expand Down
2 changes: 1 addition & 1 deletion tests/test_doofus_external_trial_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_workflow_actions_are_commit_pinned_and_permissions_are_minimal() -> Non
in uses
)
assert (
"actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
"actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
in uses
)
assert (
Expand Down