Skip to content

Commit f127c71

Browse files
build(deps): weekly update package versions that cannot be updated by dependabot (#401)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 675473f commit f127c71

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ inputs:
7373
description: |
7474
Whether Task should be installed.
7575
task-version:
76-
default: 3.48.0
76+
default: 3.49.1
7777
description: |
7878
The Task version that has to be installed and used.
7979
test-timeout:

build/task.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ vars:
4949
COVERPROFILE: profile.cov
5050
COVERPROFILE_UNIQUE: "unique_{{.COVERPROFILE}}"
5151
GOLANGCI_LINT_CONFIG_PATH: '{{.GOLANGCI_LINT_CONFIG_PATH | default ".golangci.yml"}}'
52-
GOLANGCI_LINT_VERSION: v2.10.1
52+
GOLANGCI_LINT_VERSION: v2.11.2
5353
GOLANGCI_LINT_VERSION_WITHOUT_V_PREFIX: # the version found by the package-version-updater contains a 'v' prefix
5454
sh: echo {{.GOLANGCI_LINT_VERSION}} | sed -e "s|v||"
5555
GOLANGCI_LINT_RUN_TIMEOUT_MINUTES: "{{.GOLANGCI_LINT_RUN_TIMEOUT_MINUTES | default 3}}"
@@ -69,7 +69,7 @@ vars:
6969
sh: echo {{.OSV_SCANNER_VERSION}} | sed -e "s|v||"
7070
OSV_SCANNER_BIN: "{{.GOBIN}}/osv-scanner"
7171
OSV_SCANNER_OUTPUT: /tmp/osv-scanner.txt
72-
GQLGEN_VERSION: v0.17.87
72+
GQLGEN_VERSION: v0.17.88
7373
GQLGEN_BIN: "{{.GOBIN}}/gqlgen"
7474
GQLGENC_VERSION: v0.33.1
7575
GQLGENC_BIN: "{{.GOBIN}}/gqlgenc"
@@ -82,7 +82,7 @@ vars:
8282
MCVS_TEXTTIDY_BIN: "{{.GOBIN}}/mcvs-texttidy"
8383
MCVS_TEXTTIDY_VERSION: 0.1.0
8484
MOCKERY_BIN: "{{.GOBIN}}/mockery"
85-
MOCKERY_VERSION: v3.6.4
85+
MOCKERY_VERSION: v3.7.0
8686
OPA_BIN: "{{.GOBIN}}/opa"
8787
OPA_FMT: "{{.OPA_BIN}} fmt ."
8888
OPA_VERSION: v1.14.0

0 commit comments

Comments
 (0)