From 20df8e18b97ed42a962952ffbab6799ffb9c0740 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Tue, 20 Jan 2026 17:45:55 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Bump=20to=20the=20current=20vers?= =?UTF-8?q?ion=20of=20the=20Heroku=20deploy=20GitHub=20action=20(#38468)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Zed + Opus 4.5; prompt: Update akhileshns/heroku-deploy to the latest version. --- .github/workflows/deploy-fleet-website.yml | 4 ++-- .github/workflows/deploy-vulnerability-dashboard.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index 8b8835fb2d..ab13b5f54e 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 # Configure our access credentials for the Heroku CLI - - uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820 # v3.6.8 + - uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28 # v3.14.15 with: heroku_api_key: ${{secrets.HEROKU_API_TOKEN_FOR_BOT_USER}} heroku_app_name: "" # this has to be blank or it doesn't work @@ -129,7 +129,7 @@ jobs: -m 'AUTOMATED COMMIT - Deployed the latest, including generated collateral such as compiled documentation, modified HTML layouts, and a .sailsrc file that references minified client-side code assets.') # Push the parentless commit to Heroku # Note: The commit pushed to Heroku will not contain the full git history. - # This lets up deploy the website from the Fleet monorepo while working around Heroku's pack size limits. + # This lets up deploy the website from the Fleet monorepo while working around Heroku's pack size limits. git push heroku "$COMMIT":refs/heads/master --force - name: 🌐 https://fleetdm.com run: echo '' && echo '--' && echo 'OK, done. It should be live momentarily.' && echo '(if you get impatient, check the Heroku dashboard for status)' && echo && echo ' 🌐–• https://fleetdm.com' diff --git a/.github/workflows/deploy-vulnerability-dashboard.yml b/.github/workflows/deploy-vulnerability-dashboard.yml index 6c90a64d1d..eea807613c 100644 --- a/.github/workflows/deploy-vulnerability-dashboard.yml +++ b/.github/workflows/deploy-vulnerability-dashboard.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 # Configure our access credentials for the Heroku CLI - - uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820 # v3.6.8 + - uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28 # v3.14.15 with: heroku_api_key: ${{secrets.HEROKU_API_TOKEN_FOR_BOT_USER}} heroku_app_name: "" # this has to be blank or it doesn't work