From aa3ab209f3cac8b36ca4a166bc4e1bbe810c2478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 13:27:15 +0000 Subject: [PATCH] ci: bump the github-actions group with 3 updates (#12622) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/security.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d189587b79..ad21801cbd 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 3c0a57ea23..3acc987259 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