Skip to content

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

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) #1841

Workflow file for this run

---
name: commitlint
on:
push:
branches: ['main', 'release-*']
pull_request:
branches: ['*']
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
with:
configFile: './.github/workflows/conf/commitlintrc.json'
helpURL: |
Some helpful links
Contribution Guide -> https://github.com/red-hat-storage/odf-operator/blob/main/CONTRIBUTING.md#commit-structure
Naming Conventions -> https://commitlint.js.org/#/concepts-commit-conventions
Rules -> https://commitlint.js.org/#/reference-rules
How to Write a Good Git Commit Message -> https://chris.beams.io/posts/git-commit