Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Checkov action to major version v12 to reduce Dependabot noise #47

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

patsevanton
Copy link
Contributor

Git Commit Name:
"Pin Checkov action to major version v12 to reduce Dependabot noise"

Description:
This PR pins the Checkov action to the major version v12 instead of a specific patch version (v12.2943.0). This change is made to reduce the frequency of Dependabot pull requests for minor or patch updates, as we are comfortable using the latest stable version within the v12 major release.

Changes:

  • Updated uses: bridgecrewio/checkov-action@v12.2943.0 to uses: bridgecrewio/checkov-action@v12 in .github/workflows/pipeline.yml.

Reason for Change:

  • Dependabot has been creating frequent MRs for minor and patch updates, which adds unnecessary noise. By pinning to the major version, we can still benefit from updates while reducing the maintenance overhead.

**Git Commit Name:**
"Pin Checkov action to major version v12 to reduce Dependabot noise"

**Description:**
This PR pins the Checkov action to the major version `v12` instead of a specific patch version (`v12.2943.0`). This change is made to reduce the frequency of Dependabot pull requests for minor or patch updates, as we are comfortable using the latest stable version within the `v12` major release.

**Changes:**
- Updated `uses: bridgecrewio/checkov-action@v12.2943.0` to `uses: bridgecrewio/checkov-action@v12` in `.github/workflows/pipeline.yml`.

**Reason for Change:**
- Dependabot has been creating frequent MRs for minor and patch updates, which adds unnecessary noise. By pinning to the major version, we can still benefit from updates while reducing the maintenance overhead.
@patsevanton patsevanton merged commit ac3f1ee into main Jan 22, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant