Skip to content

Commit 7d057d1

Browse files
authored
Merge branch 'main' into renovate/major-taskfile
Signed-off-by: Árpád Csepi <21104922+arpad-csepi@users.noreply.github.com>
2 parents a65a700 + 84766a3 commit 7d057d1

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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
@@ -82,6 +82,6 @@ jobs:
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}}"

.github/workflows/reusable-test-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

Taskfile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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",

0 commit comments

Comments
 (0)