diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 1a3ad1b2..c8783889 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -14,13 +14,12 @@ jobs: call-build: name: "Build & Test" - needs: call-lint uses: ./.github/workflows/build.yml secrets: inherit call-release: name: "Release" - needs: call-build + needs: [ call-lint, call-build ] if: ${{ github.ref_protected == true }} uses: ./.github/workflows/release.yml secrets: inherit diff --git a/package-lock.json b/package-lock.json index 0284f39a..1f50fda9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@semantic-release/release-notes-generator": "^11.0.2", "@types/jest": "^29.5.2", "@types/node": "^20.2.5", - "@types/uuid": "^9.0.1", + "@types/uuid": "^9.0.2", "conventional-changelog-conventionalcommits": "^5.0.0", "cross-env": "^7.0.3", "jest": "^29.5.0", @@ -2303,9 +2303,9 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.2.tgz", + "integrity": "sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==", "dev": true }, "node_modules/@types/yargs": { diff --git a/package.json b/package.json index 749664e9..b24653ac 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@semantic-release/release-notes-generator": "^11.0.2", "@types/jest": "^29.5.2", "@types/node": "^20.2.5", - "@types/uuid": "^9.0.1", + "@types/uuid": "^9.0.2", "conventional-changelog-conventionalcommits": "^5.0.0", "cross-env": "^7.0.3", "jest": "^29.5.0",