diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d189587b7958e..ad21801cbdab4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -142,7 +142,7 @@ jobs: # Check for any typos - name: Check for typos - uses: crate-ci/typos@v1.18.2 + uses: crate-ci/typos@v1.19.0 with: config: .github/workflows/typos.toml @@ -155,7 +155,7 @@ jobs: # Needed for helm chart linting - name: Install helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 with: version: v3.9.2 diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 3c0a57ea2350a..3acc987259406 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -114,7 +114,7 @@ jobs: echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef + uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d with: image-ref: ${{ steps.build.outputs.image }} format: sarif