CNF-23205: Add Dependabot config for GitHub Actions version updates#1197
CNF-23205: Add Dependabot config for GitHub Actions version updates#1197sebrandon1 wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sebrandon1 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @sebrandon1. Thanks for your PR. I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@sebrandon1: This pull request references CNF-23205 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
🤖 To deploy this PR, run the following command: |
|
@yuumasato Could you please |
Adds a Dependabot configuration to automatically open PRs when GitHub Actions used in this repo have new versions available.
Currently the repo uses actions pinned to various major/minor versions:
actions/checkout@v4and@v4.2.2actions/github-script@v7actions/upload-artifact@v4aquasecurity/trivy-action@masterdocker/*actions at various versionsgithub/codeql-action/*@v3peter-evans/create-pull-request@v7snnaplab/get-labels-action@v1.0.1thollander/actions-comment-pull-request@v3Dependabot will check weekly and open PRs for any that have newer versions, keeping CI dependencies current and addressing potential security vulnerabilities in action versions.
This is scoped to
github-actionsonly — Go module updates are handled separately by Konflux.