Skip to content

chore(deps): update akhileshns/heroku-deploy digest to e3eb99d - autoclosed#5409

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/akhileshns-heroku-deploy-digest
Closed

chore(deps): update akhileshns/heroku-deploy digest to e3eb99d - autoclosed#5409
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/akhileshns-heroku-deploy-digest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 8, 2024

This PR contains the following updates:

Package Type Update Change
akhileshns/heroku-deploy action digest 79ef2aee3eb99d

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch 3 times, most recently from 4d0996b to 2698088 Compare December 10, 2024 19:05
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch 3 times, most recently from 72e44d1 to bdb29d8 Compare January 13, 2025 16:50
@renovate renovate bot changed the title chore(deps): update akhileshns/heroku-deploy digest to 96f4455 chore(deps): update akhileshns/heroku-deploy digest to b311c19 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch from bdb29d8 to 7369847 Compare February 3, 2025 02:46
@renovate renovate bot changed the title chore(deps): update akhileshns/heroku-deploy digest to b311c19 chore(deps): update akhileshns/heroku-deploy digest to c3187cb Feb 3, 2025
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch from 7369847 to 4f421ca Compare February 3, 2025 06:53
@renovate renovate bot changed the title chore(deps): update akhileshns/heroku-deploy digest to c3187cb chore(deps): update akhileshns/heroku-deploy digest to e3eb99d Feb 19, 2025
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch from 4f421ca to 36eb45b Compare February 19, 2025 18:16
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch from 36eb45b to 0fd98be Compare August 21, 2025 15:09
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch from 0fd98be to 26ce9ad Compare October 8, 2025 21:35
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch from 26ce9ad to 8e9485d Compare October 17, 2025 13:15
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch 5 times, most recently from c0c3b7d to 5f56a47 Compare January 9, 2026 09:24
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch 3 times, most recently from 19d44b4 to c52a886 Compare January 21, 2026 14:31
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch from c52a886 to fadf9a0 Compare January 23, 2026 11:52
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch from fadf9a0 to 3f19446 Compare February 3, 2026 15:03
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch 5 times, most recently from a5496d6 to 233c79e Compare February 27, 2026 18:10
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch 4 times, most recently from 19008fb to b820827 Compare March 1, 2026 02:09
with:
ref: release
- uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820
- uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: The deployment workflow will fail because ubuntu-latest no longer includes the Heroku CLI, which the heroku-deploy action requires.
Severity: CRITICAL

Suggested Fix

Add a step to the workflow before the deploy action to manually install the Heroku CLI. For example: - name: Install Heroku CLI run: curl https://cli-assets.heroku.com/install.sh | sh. Alternatively, pin the runner to ubuntu-22.04.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: .github/workflows/production.yml#L21

Potential issue: The deployment workflow is configured to run on `ubuntu-latest`. As of
early 2025, this runner image defaults to Ubuntu 24.04, which no longer has the Heroku
CLI pre-installed. The `akhileshns/heroku-deploy` action requires the Heroku CLI to
function, but the workflow lacks a step to install it. Consequently, any attempt to run
this workflow will result in a failure during the deployment step, as the necessary CLI
tool will be missing. This will prevent all deployments from completing successfully.

Did we get this right? 👍 / 👎 to inform future reviews.

@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch 5 times, most recently from 0f7b051 to 0040b60 Compare March 5, 2026 19:41
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch from 0040b60 to 287a0a9 Compare March 9, 2026 15:04
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch 3 times, most recently from 8e730ac to 0365f2c Compare March 19, 2026 19:14
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch 8 times, most recently from 4c146fc to 7e1b62e Compare April 1, 2026 11:07
@renovate renovate bot force-pushed the renovate/akhileshns-heroku-deploy-digest branch from 7e1b62e to 1d506a1 Compare April 1, 2026 15:17
@renovate renovate bot changed the title chore(deps): update akhileshns/heroku-deploy digest to e3eb99d chore(deps): update akhileshns/heroku-deploy digest to e3eb99d - autoclosed Apr 8, 2026
@renovate renovate bot closed this Apr 8, 2026
@renovate renovate bot deleted the renovate/akhileshns-heroku-deploy-digest branch April 8, 2026 15:15
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.

0 participants