From 4083be5c13f2a0b9dd5b3174162225307d3e7196 Mon Sep 17 00:00:00 2001 From: Daniel Chyan Date: Thu, 14 Dec 2023 10:11:27 -0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 692f7ab..8aa3a40 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ **NOTE:** The half-completed version still seems helpful since existing services don't seem to support Heroku out of the box. (e.g, [FourKeys](https://github.com/GoogleCloudPlatform/fourkeys), [Sleuth](https://www.sleuth.io/), [LinearB](https://linearb.io/)). +> [!WARNING] +> YMMV + # accelerate-metrics A GitHub action to calculate [DevOps Research & Assessment](https://www.devops-research.com/research.html) (DORA) metrics from Heroku release data. @@ -30,15 +33,15 @@ Make sure to add `HEROKU_API_TOKEN` to your GitHub secrets. It needs to have rea ```yaml steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Generate Accelerate Metrics - uses: sbrudz/accelerate-metrics@v1 + uses: JerichoSecurity/accelerate-metrics@main with: heroku_api_token: ${{ secrets.HEROKU_API_TOKEN }} heroku_app_name: "your-app-name" - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 name: Store metrics report with: name: accelerate-metrics-report @@ -105,7 +108,7 @@ The challenge is that "degraded service" will likely mean different things for d Prerequisites: -- node.js >= 12.14 +- node.js >= 20.10 Setup: