diff --git a/.github/workflows/integ.yml b/.github/workflows/integ.yml index 46449c1ef..74a9b1a00 100644 --- a/.github/workflows/integ.yml +++ b/.github/workflows/integ.yml @@ -22,10 +22,9 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} - fetch-depth: 0 - name: Fetch tags from origin repo run: |- - git remote add upstream git@github.com:aws/aws-cdk-cli.git + git remote add upstream https://github.com/aws/aws-cdk-cli.git git fetch upstream 'refs/tags/*:refs/tags/*' - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/package.json b/package.json index a9efc51bd..8c2a9c2b6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/node": "^22.13.5", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", - "cdklabs-projen-project-types": "^0.2.0", + "cdklabs-projen-project-types": "^0.2.1", "constructs": "^10.0.0", "eslint": "^9", "eslint-import-resolver-typescript": "^3.8.3", diff --git a/yarn.lock b/yarn.lock index 258c2f2ac..dfcd3e672 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4873,10 +4873,10 @@ cdk-from-cfn@^0.191.0: resolved "https://registry.yarnpkg.com/cdk-from-cfn/-/cdk-from-cfn-0.191.0.tgz#47af22686f5f85cee50b1628b0a2b1a4a8719909" integrity sha512-j+TKUSmje5iSiOQzWstH/BkrsL8L9WV57zXll+BHlGT8w5wTrou4dZvNvFQWELW9aaS+UBX0ivsJRZwuO7GiIw== -cdklabs-projen-project-types@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/cdklabs-projen-project-types/-/cdklabs-projen-project-types-0.2.0.tgz#e8ab5a8ecaf5e37288eab413d80d0112910b2d59" - integrity sha512-MpCGaljcyDBtkLABsMcPTPfIqk9upqv6OYWIqvPiUmtVBvyhLDJZzgGHE6ceLZY1PRjpAC7US57ANtVpS0/1Dw== +cdklabs-projen-project-types@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/cdklabs-projen-project-types/-/cdklabs-projen-project-types-0.2.1.tgz#6247a64dcadc24e2804fd0c1402c388db09b4f1f" + integrity sha512-L9BsaNMjvnJETWOSAstfeuMTFwjOOl6GZaYNcuMWZV4WK5hJjtX15p0QyLQisFiStz4qahCtNXFmMzg5jf6yZA== dependencies: yaml "^2.7.0"