From 23a84e156e8e69c87718428dce6f0e44214ecab6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:44:52 -0500 Subject: [PATCH] chore(deps): update minor dependency updates (#5377) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/trivy-docker.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87f748a48..8522f7ca5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: node-version: "16" - name: Install helm - uses: azure/setup-helm@v3.1 + uses: azure/setup-helm@v3.3 - name: Fetch dependencies from cache id: cache-yarn @@ -523,7 +523,7 @@ jobs: fetch-depth: 0 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@503d3abc15463af68b817d685982721f134256a5 + uses: aquasecurity/trivy-action@81b9a6f5abb1047d697af7a3ca18c13f55a97315 with: scan-type: "fs" scan-ref: "." diff --git a/.github/workflows/trivy-docker.yaml b/.github/workflows/trivy-docker.yaml index bf929011e..ab146403d 100644 --- a/.github/workflows/trivy-docker.yaml +++ b/.github/workflows/trivy-docker.yaml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v3 - name: Run Trivy vulnerability scanner in image mode - uses: aquasecurity/trivy-action@503d3abc15463af68b817d685982721f134256a5 + uses: aquasecurity/trivy-action@81b9a6f5abb1047d697af7a3ca18c13f55a97315 with: image-ref: "docker.io/codercom/code-server:latest" ignore-unfixed: true