From a257e451227466acf2bb1239393343c74f143b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:33:17 +0000 Subject: [PATCH] chore(deps): bump inrupt/typescript-sdk-tools from 1.4.2 to 1.5.5 Bumps [inrupt/typescript-sdk-tools](https://github.com/inrupt/typescript-sdk-tools) from 1.4.2 to 1.5.5. - [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases) - [Commits](https://github.com/inrupt/typescript-sdk-tools/compare/v1.4.2...v1.5.5) --- updated-dependencies: - dependency-name: inrupt/typescript-sdk-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 47c1d80..014076a 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -9,6 +9,6 @@ concurrency: cancel-in-progress: true jobs: audit: - uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v1.4.2 + uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v1.5.5 secrets: WEBHOOK_E2E_FAILURE: ${{ secrets.WEBHOOK_E2E_FAILURE }}