From 8a7a706788d126c662af632b2fc524321d95d2d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:55:59 +0200 Subject: [PATCH] Update MeterianHQ/meterian-github-action action to v1.0.14 (#292) --- .github/workflows/meterian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meterian.yml b/.github/workflows/meterian.yml index 7196ba1..b890426 100644 --- a/.github/workflows/meterian.yml +++ b/.github/workflows/meterian.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Scan project with the Meterian client - uses: MeterianHQ/meterian-github-action@v1.0.13 + uses: MeterianHQ/meterian-github-action@v1.0.14 env: METERIAN_API_TOKEN: ${{ secrets.METERIAN_API_TOKEN }} with: