From 33ce3b184106709ecbf04bea96afd6f37ac46afe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:36:52 -0600 Subject: [PATCH] chore(deps): update all non-major dependencies (#163) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 6 +++--- Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0a0d775..543267a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2 + uses: github/codeql-action/init@305f6546310b9203e892c28c1484e82977f4f63d # v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -50,7 +50,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2 + uses: github/codeql-action/autobuild@305f6546310b9203e892c28c1484e82977f4f63d # v2 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -64,4 +64,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2 + uses: github/codeql-action/analyze@305f6546310b9203e892c28c1484e82977f4f63d # v2 diff --git a/Dockerfile b/Dockerfile index ba14a35..ffaca83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apk add --update --no-cache ca-certificates ## docker build --no-cache --target gcloud -t vela-kubernetes:gcloud . ## ############################################################################# -FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine@sha256:0785501c9332fda124a1de122a70946803d81d573ec6f2eb6e2c49a5a4bc42ef as gcloud +FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine@sha256:1d89cbf1ad313d542cdca1b44b6f27f3cb1f9d8f1c0c6fa817b5820c964974d8 as gcloud RUN gcloud components install gke-gcloud-auth-plugin