chore: update upload/download GH actions + update signing step - BED-8167#195
Conversation
WalkthroughBump artifact action pins in build and publish workflows; publish's sign job now downloads a named artifact into ChangesGitHub Actions Dependency Updates
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/publish.yml:
- Around line 94-98: The workflow currently manually extracts artifacts in the
"Extract downloaded artifact" step (the unzip and rm commands) which conflicts
with download-artifact@v8.0.1's automatic decompression; either remove this
manual extraction step entirely and rely on download-artifact v8
auto-extraction, or modify the download-artifact invocation to include
skip-decompress: true so that the manual unzip (unzip -o *.zip) remains
valid—update the publish.yml workflow accordingly to use one of these two
approaches consistently.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: a205f9dd-90e4-4939-a0ea-ee030b1fe27d
📒 Files selected for processing (2)
.github/workflows/build.yml.github/workflows/publish.yml
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/publish.yml:
- Around line 7-9: Remove the temporary pull_request trigger block (the
top-level pull_request: ... section added as a test) and revert any PR-only
conditional skips that were added (the conditionals or steps gating behavior on
github.event_name == 'pull_request' or labeled as PR-only skips) so the workflow
returns to its original release triggers and behavior; locate the pull_request
key and any occurrences of PR-only skip logic and delete or restore them to the
pre-test state.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 647bc78c-dcbb-4c38-b2ae-e5392e5cce2e
📒 Files selected for processing (1)
.github/workflows/publish.yml
90dbc9d to
a71a236
Compare
|
Tested locally by temporarily allowing the sign job to run in the PR, reverted after successful test. Here is the link to the run: chore: update upload/download GH actions + update signing step - BED-8167 · SpecterOps/AzureHound@90dbc9d
|
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |

Summary: This PR brings two actions (
upload-artifact&download-artifact) back to the latest versions and adjusts the publish workflow / sign step so it works correctly with the new behavior.Resolves BED-8167
Summary by CodeRabbit