File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments