From 30474ec22c1ac5fa3ba21a7d095f2068a2be2017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:13:50 +0000 Subject: [PATCH] build(deps): bump MeterianHQ/meterian-github-action Bumps [MeterianHQ/meterian-github-action](https://github.com/meterianhq/meterian-github-action) from 1.0.16 to 1.0.17. - [Release notes](https://github.com/meterianhq/meterian-github-action/releases) - [Commits](https://github.com/meterianhq/meterian-github-action/compare/v1.0.16...v1.0.17) --- updated-dependencies: - dependency-name: MeterianHQ/meterian-github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 aff478928d..d6d3956808 100644 --- a/.github/workflows/meterian.yml +++ b/.github/workflows/meterian.yml @@ -22,6 +22,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Meterian Scanner - uses: MeterianHQ/meterian-github-action@v1.0.16 + uses: MeterianHQ/meterian-github-action@v1.0.17 env: METERIAN_API_TOKEN: ${{ secrets.METERIAN_API_TOKEN }}