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: codespell
on:
push:
branches: ['main', 'release-*']
pull_request:
branches: ['*']
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: codespell-project/actions-codespell@master
with:
exclude_file: go.sum
check_filenames: true
check_hidden: true
skip: vendor