diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index 4395c5aa..59f9fc90 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -182,7 +182,7 @@ jobs: azd provision --no-prompt - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 if: success() || failure() with: name: sarif-reports diff --git a/.github/workflows/terraform-validate.yml b/.github/workflows/terraform-validate.yml index 3efed657..89c8f708 100644 --- a/.github/workflows/terraform-validate.yml +++ b/.github/workflows/terraform-validate.yml @@ -160,7 +160,7 @@ jobs: - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@09ed8b33f7afd51d924ce371b2a0f17227afdce4 # v12.1347.0 + uses: bridgecrewio/checkov-action@d146511ffb733a9a456c9ffc05cd462122037354 # v12.1347.0 with: framework: terraform download_external_modules: true diff --git a/.github/workflows/test-search.yaml b/.github/workflows/test-search.yaml index 81be846e..ed76367f 100644 --- a/.github/workflows/test-search.yaml +++ b/.github/workflows/test-search.yaml @@ -110,7 +110,7 @@ jobs: continue-on-error: true # Continue even if tests fail to ensure artifacts are uploaded - name: Upload test results as workflow artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 if: (!cancelled()) # Upload artifacts even if tests fail with: name: pytest-test-results