Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent 2716bef commit 33ce3b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 33ce3b1

Please sign in to comment.