fix: bump github actions go.mod per dependabot suggestions - #783
Merged
rchincha merged 1 commit intoAug 4, 2026
Conversation
raharper
requested review from
hallyn,
mikemccracken,
rchamarthy,
rchincha,
smoser and
tych0
as code owners
August 3, 2026 17:02
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #783 +/- ##
===========================================
+ Coverage 12.42% 54.86% +42.44%
===========================================
Files 55 55
Lines 5909 5909
===========================================
+ Hits 734 3242 +2508
+ Misses 5055 2094 -2961
- Partials 120 573 +453 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
- build(deps): Bump google.golang.org/grpc from 1.81.1 to 1.82.1 dependencies go. Fixes project-stacker#781 - build(deps): Bump golang.org/x/term from 0.43.0 to 0.45.0 dependencies go. Fixes project-stacker#779 - build(deps): Bump golang.org/x/sys from 0.45.0 to 0.47.0 dependencies go. Fixes project-stacker#778 - build(deps): Bump github.com/moby/buildkit from 0.28.1 to 0.31.1 dependencies go. Fixes project-stacker#777 - build(deps): Bump machinerun.io/atomfs from 1.2.0 to 1.2.1 dependencies go. Fixes project-stacker#775 - build(deps): Bump codecov/codecov-action from 5 to 7 dependencies github_actions. Fixes project-stacker#774 - build(deps): Bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.7 dependencies go. Fixes project-stacker#773 - build(deps): Bump oras-project/setup-oras from 1 to 2 dependencies github_actions. Fixes project-stacker#772 - build(deps): Bump github/codeql-action from 3 to 4 dependencies github_actions. Fixes project-stacker#771 - build(deps): Bump benjlevesque/short-sha from 3.0 to 4.0 dependencies github_actions. Fixes project-stacker#770 - build(deps): Bump docker/login-action from 3 to 4 dependencies github_actions. Fixes project-stacker#768 Signed-off-by: Ryan Harper <ryaharpe@cisco.com> Signed-off-by: Ryan Harper <rharper@woxford.com>
raharper
force-pushed
the
2026-08-03/rharper/fix/gh-workflow-golang-and-mod-bumps
branch
from
August 3, 2026 19:04
343ce14 to
ebdfd1a
Compare
rchincha
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
build(deps): Bump google.golang.org/grpc from 1.81.1 to 1.82.1 dependencies go. Fixes build(deps): Bump google.golang.org/grpc from 1.81.1 to 1.82.1 in the go_modules group across 1 directory #781
build(deps): Bump golang.org/x/term from 0.43.0 to 0.45.0 dependencies go. Fixes build(deps): Bump golang.org/x/term from 0.43.0 to 0.45.0 #779
build(deps): Bump golang.org/x/sys from 0.45.0 to 0.47.0 dependencies go. Fixes build(deps): Bump golang.org/x/sys from 0.45.0 to 0.47.0 #778
build(deps): Bump github.com/moby/buildkit from 0.28.1 to 0.31.1 dependencies go. Fixes build(deps): Bump github.com/moby/buildkit from 0.28.1 to 0.31.1 #777
build(deps): Bump machinerun.io/atomfs from 1.2.0 to 1.2.1 dependencies go. Fixes build(deps): Bump machinerun.io/atomfs from 1.2.0 to 1.2.1 #775
build(deps): Bump codecov/codecov-action from 5 to 7 dependencies github_actions. Fixes build(deps): Bump codecov/codecov-action from 5 to 7 #774
build(deps): Bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.7 dependencies go. Fixes build(deps): Bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.7 #773
build(deps): Bump oras-project/setup-oras from 1 to 2 dependencies github_actions. Fixes build(deps): Bump oras-project/setup-oras from 1 to 2 #772
build(deps): Bump github/codeql-action from 3 to 4 dependencies github_actions. Fixes build(deps): Bump github/codeql-action from 3 to 4 #771
build(deps): Bump benjlevesque/short-sha from 3.0 to 4.0 dependencies github_actions. Fixes build(deps): Bump benjlevesque/short-sha from 3.0 to 4.0 #770
build(deps): Bump docker/login-action from 3 to 4 dependencies github_actions. Fixes build(deps): Bump docker/login-action from 3 to 4 #768
What type of PR is this?
cleanup
Which issue does this PR fix:
Listed above
What does this PR do / Why do we need it:
Fixes dependabot updates. produces clean grype scan
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
local build and test on arm64 and x86-64 hosts
Automation added to e2e:
none
Will this break upgrades or downgrades?
no
Does this PR introduce any user-facing change?:
no
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.