From cf76bf73be2e227e6c40276eb5171954cd6eec52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:38:47 +0000 Subject: [PATCH] chore(deps): bump bcgov-nr/action-test-and-analyse from 0.0.1 to 1.0.0 Bumps [bcgov-nr/action-test-and-analyse](https://github.com/bcgov-nr/action-test-and-analyse) from 0.0.1 to 1.0.0. - [Release notes](https://github.com/bcgov-nr/action-test-and-analyse/releases) - [Commits](https://github.com/bcgov-nr/action-test-and-analyse/compare/v0.0.1...v1.0.0) --- updated-dependencies: - dependency-name: bcgov-nr/action-test-and-analyse dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 04e095c2b..9374823d7 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -148,7 +148,7 @@ jobs: sonar_projectKey: quickstart-openshift_frontend token: SONAR_TOKEN_FRONTEND steps: - - uses: bcgov-nr/action-test-and-analyse@v0.0.1 + - uses: bcgov-nr/action-test-and-analyse@v1.0.0 with: commands: | npm ci