Skip to content

Commit 70cc2c9

Browse files
authored
Merge pull request #1052 from Wikid82/renovate/go-non-major
chore(deps): update go-non-major
2 parents d21ec9a + 525906b commit 70cc2c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/skills/examples/gorm-scanner-ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go
2626
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2727
with:
28-
go-version: "1.26.3"
28+
go-version: "1.26.4"
2929

3030
- name: Run GORM Security Scanner
3131
id: gorm-scan

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,9 @@ RUN go get github.com/expr-lang/expr@v${EXPR_LANG_VERSION} && \
460460
go get go.opentelemetry.io/otel@v1.44.0 && \
461461
# GHSA-xmrv-pmrh-hhx2: AWS SDK v2 event stream injection
462462
# renovate: datasource=go depName=github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
463-
go get github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.7.11 && \
463+
go get github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.7.12 && \
464464
# renovate: datasource=go depName=github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
465-
go get github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs@v1.74.2 && \
465+
go get github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs@v1.74.4 && \
466466
go get github.com/aws/aws-sdk-go-v2/service/kinesis@v1.43.7 && \
467467
go get github.com/aws/aws-sdk-go-v2/service/s3@v1.102.1 && \
468468
# CVE-2026-32952: go-ntlmssp DoS via malicious NTLM challenge response

0 commit comments

Comments
 (0)