From 72616aac9f53bb17f07a2026feda21c902034a63 Mon Sep 17 00:00:00 2001 From: Lior Reuven Date: Thu, 4 Jul 2024 08:55:32 +0300 Subject: [PATCH 1/2] Update yarn.lock --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 63e5ec7..74543fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -"@babel/code-frame@^7.0.0": +"@babel/code-frame@^6.0.0": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== From 8413052ddcd90adca7544d4675f30c0f6b5441a8 Mon Sep 17 00:00:00 2001 From: Lior Reuven Date: Thu, 4 Jul 2024 09:03:07 +0300 Subject: [PATCH 2/2] Update spectral-scan.yaml --- .github/workflows/spectral-scan.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spectral-scan.yaml b/.github/workflows/spectral-scan.yaml index 26c4bf9..99102ad 100644 --- a/.github/workflows/spectral-scan.yaml +++ b/.github/workflows/spectral-scan.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Spectral Scan - uses: checkpointsw/spectral-github-action@v5 + uses: checkpointsw/spectral-github-action@v4 with: spectral-dsn: ${{ secrets.SPECTRAL_DSN }} - spectral-args: scan --engines secrets,iac,oss \ No newline at end of file + spectral-args: scan --engines secrets,iac,oss