File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363
6464 # Initializes the CodeQL tools for scanning.
6565 - name : Initialize CodeQL
66- uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
66+ uses : github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
6767 with :
6868 languages : javascript-typescript
6969 build-mode : none
8282 - "**/*_pb.d.ts"
8383
8484 - name : Perform CodeQL Analysis
85- uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
85+ uses : github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
8686 with :
8787 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 5252 fetch-depth : 0
5353
5454 - name : Login to ghcr.io
55- uses : docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
55+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
5656 with :
5757 registry : ghcr.io
5858 username : notused
Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ vars:
1414 BIN_DIR : " {{ .ROOT_DIR }}/.bin"
1515
1616 # renovate: datasource=github-tags depName=helm/helm versioning=semver
17- HELM_VERSION : " 4.2.2 "
17+ HELM_VERSION : " 4.2.3 "
1818 HELM_BIN : " {{ .BIN_DIR }}/helm-{{.HELM_VERSION}}"
1919
2020 # renovate: datasource=github-releases depName=kubernetes/kubernetes versioning=semver
21- KUBECTL_VERSION : " 1.36.2 "
21+ KUBECTL_VERSION : " 1.36.3 "
2222 KUBECTL_BIN : " {{ .BIN_DIR }}/kubectl-{{.KUBECTL_VERSION}}"
2323
2424 # renovate: datasource=go depName=sigs.k8s.io/kind versioning=semver
2525 KIND_VERSION : " 0.32.0"
2626 KIND_BIN : " {{ .BIN_DIR }}/kind-{{.KIND_VERSION}}"
2727
2828 # renovate: datasource=github-releases depName=sigstore/cosign versioning=semver
29- COSIGN_VERSION : " 3.1.1 "
29+ COSIGN_VERSION : " 3.1.2 "
3030 COSIGN_BIN : " {{ .BIN_DIR }}/cosign-{{.COSIGN_VERSION}}"
3131
3232 KIND_CLUSTER_NAME : " sdk-js-test"
Original file line number Diff line number Diff line change 4343 "pretest:coverage" : " npm run build" ,
4444 "test:coverage" : " vitest run --coverage"
4545 },
46- "packageManager" : " npm@11.18 .0" ,
46+ "packageManager" : " npm@11.19 .0" ,
4747 "dependencies" : {
4848 "@buf/agntcy_dir.bufbuild_es" : " 2.12.0-20260617162622-804385aa416f.1" ,
4949 "@bufbuild/protobuf" : " ^2.12.0" ,
You can’t perform that action at this time.
0 commit comments