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
6 changes: 3 additions & 3 deletions .github/workflows/_shared-run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
timeout-minutes: 1440
steps:
- name: Checkout Repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0

- name: "Show Inputs"
shell: bash
Expand Down Expand Up @@ -551,7 +551,7 @@ jobs:

- name: Upload dump artifact
if: ${{ steps.enclave_dump.outputs.dump_dir != '' }}
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: "enclave-dump-assertoor-${{ github.run_id }}-${{ inputs.id }}"
path: "${{ steps.enclave_dump.outputs.dump_dir }}"
Expand Down Expand Up @@ -752,7 +752,7 @@ jobs:
exit 1 # fail action
fi
- name: Upload summary artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
if: ${{ always() }}
with:
name: "summary-${{ inputs.id }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_shared-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
needs: [get_test, run_test]
steps:
- name: Checkout Repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Get summary artifacts
id: "summary_ids"
run: |
Expand All @@ -224,7 +224,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- name: Download summary artifacts
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
with:
artifact-ids: ${{ steps.summary_ids.outputs.artifact_ids }}
path: "./summaries"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
kurtosis_versions: ${{ steps.tests.outputs.kurtosis_versions }}
steps:
- name: Checkout Repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: "Load test configurations from tests.yaml"
id: tests
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
kurtosis_versions: ${{ steps.tests.outputs.kurtosis_versions }}
steps:
- name: Checkout Repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: "Load test configurations from tests.yaml"
id: tests
shell: bash
Expand Down