-
Notifications
You must be signed in to change notification settings - Fork 107
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
Use crate-ci/typos tag #1821
Use crate-ci/typos tag #1821
Conversation
Dependabot tries to update the commit based on the repo, but the repo does not only host the GitHub action. It also contains the binary tags, which clash with the action. This means we now use the action tag rather than the commit. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1821 +/- ##
=======================================
Coverage 49.11% 49.11%
=======================================
Files 71 71
Lines 6984 6984
=======================================
Hits 3430 3430
Misses 3420 3420
Partials 134 134 |
/test pull-security-profiles-operator-test-e2e |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ccojocar, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-security-profiles-operator-test-e2e |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
Dependabot tries to update the commit based on the repo, but the repo does not only host the GitHub action. It also contains the binary tags, which clash with the action. This means we now use the action tag rather than the commit.
Which issue(s) this PR fixes:
None
Does this PR have test?
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?