From 3a420f2af91c681c301a565e5ecac958fcdaf20e Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Fri, 6 Oct 2023 15:06:22 +0200 Subject: [PATCH 1/2] Only track major version of shared GH actions --- .github/workflows/audit.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index b1ad69b2..e5d8fb1d 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@v2.4.1 + uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v2 secrets: WEBHOOK_E2E_FAILURE: ${{ secrets.WEBHOOK_E2E_FAILURE }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a12f0ef..693db31c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,4 +51,4 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} lint: - uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-lint.yml@v2.4.1 + uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-lint.yml@v2 From d2983e634c8b4711f6be856999796cee11f43a3c Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Tue, 3 Oct 2023 11:24:47 +0200 Subject: [PATCH 2/2] Restart CI