File tree Expand file tree Collapse file tree 6 files changed +57
-57
lines changed
internal/mode/static/nginx/modules Expand file tree Collapse file tree 6 files changed +57
-57
lines changed Original file line number Diff line number Diff line change 8282
8383 - name : Authenticate to Google Cloud
8484 id : auth
85- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
85+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
8686 with :
8787 token_format : access_token
8888 workload_identity_provider : ${{ secrets.GCP_WORKLOAD_IDENTITY }}
Original file line number Diff line number Diff line change @@ -86,14 +86,14 @@ jobs:
8686
8787 - name : Authenticate to Google Cloud
8888 id : auth
89- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
89+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
9090 with :
9191 token_format : access_token
9292 workload_identity_provider : ${{ secrets.GCP_WORKLOAD_IDENTITY }}
9393 service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
9494
9595 - name : Set up Cloud SDK
96- uses : google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2.1.2
96+ uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
9797 with :
9898 project_id : ${{ secrets.GCP_PROJECT_ID }}
9999 install_components : kubectl
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN make build
1111
1212FROM golang:1.23 AS ca-certs-provider
1313
14- FROM alpine:3.20 AS capabilizer
14+ FROM alpine:3.21 AS capabilizer
1515RUN apk add --no-cache libcap
1616
1717FROM capabilizer AS local-capabilizer
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM scratch AS nginx-files
55ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.pub nginx_signing.rsa.pub
66
77
8- FROM alpine:3.20
8+ FROM alpine:3.21
99
1010ARG NGINX_PLUS_VERSION=R33
1111ARG NJS_DIR
Original file line number Diff line number Diff line change 1010 "clean" : " rm -rf node_modules coverage"
1111 },
1212 "devDependencies" : {
13- "@vitest/coverage-v8" : " ^3.0.4 " ,
13+ "@vitest/coverage-v8" : " ^3.0.5 " ,
1414 "prettier" : " 3.4.2" ,
15- "vitest" : " ^3.0.4 "
15+ "vitest" : " ^3.0.5 "
1616 },
1717 "type" : " module"
1818}
You can’t perform that action at this time.
0 commit comments