diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index ec71a5d1..cdd678ba 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -192,7 +192,7 @@ jobs: azd provision --no-prompt - - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 if: success() || failure() with: name: sarif-reports diff --git a/.github/workflows/terraform-validate.yml b/.github/workflows/terraform-validate.yml index eef08e34..721528e0 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@02a4c5d6a02367e5ea493c34c26b094302fd3f61 # v12.1347.0 + uses: bridgecrewio/checkov-action@1f0ef821c5e4e9c5c9ae9550701402d75c9608b5 # 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 c427a997..1acd8471 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 if: (!cancelled()) # Upload artifacts even if tests fail with: name: pytest-test-results