Skip to content

DFBUGS-268:[release-4.16] godeps: update go-retryablehttp to v0.7.7 (fix CVE-2024-6104) #1909

DFBUGS-268:[release-4.16] godeps: update go-retryablehttp to v0.7.7 (fix CVE-2024-6104)

DFBUGS-268:[release-4.16] godeps: update go-retryablehttp to v0.7.7 (fix CVE-2024-6104) #1909

Workflow file for this run

---
name: golangci-lint
on:
push:
branches: ['main', 'release-*']
pull_request:
branches: ['*']
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v4
with:
version: v1.57.2
args: -E gosec --timeout=6m