Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pinning cdk dependencies #18

Merged
merged 4 commits into from
Nov 20, 2023
Merged

fix: pinning cdk dependencies #18

merged 4 commits into from
Nov 20, 2023

Conversation

corymhall
Copy link
Owner

Something changed after v2.103.1 which causes the action to fail with the below error. Pin it for now.

Error performing diff:  Error: ENOENT: no such file or directory, open '/home/runner/work/_actions/corymhall/cdk-diff-action/v1-beta/db.json.gz'
    at Object.open (node:internal/fs/sync:78:18)
    at Object.openSync (node:fs:565:17)
    at readFileSync (node:fs:445:35)
    at loadAwsServiceSpecSync (/home/runner/work/_actions/corymhall/cdk-diff-action/v1-beta/node_modules/@aws-cdk/aws-service-spec/lib/index.js:44:1)
    at database (/home/runner/work/_actions/corymhall/cdk-diff-action/v1-beta/node_modules/@aws-cdk/cloudformation-diff/lib/diff/util.js:188:1)
    at loadResourceModel (/home/runner/work/_actions/corymhall/cdk-diff-action/v1-beta/node_modules/@aws-cdk/cloudformation-diff/lib/diff/util.js:198:1)
    at diffResource (/home/runner/work/_actions/corymhall/cdk-diff-action/v1-beta/node_modules/@aws-cdk/cloudformation-diff/lib/diff/index.js:39:1)
    at diffKeyedEntities (/home/runner/work/_actions/corymhall/cdk-diff-action/v1-beta/node_modules/@aws-cdk/cloudformation-diff/lib/diff/util.js:138:1)
    at Resources (/home/runner/work/_actions/corymhall/cdk-diff-action/v1-beta/node_modules/@aws-cdk/cloudformation-diff/lib/diff-template.js:30:1)
    at calculateTemplateDiff (/home/runner/work/_actions/corymhall/cdk-diff-action/v1-beta/node_modules/@aws-cdk/cloudformation-diff/lib/diff-template.js:101:1) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/home/runner/work/_actions/corymhall/cdk-diff-action/v1-beta/db.json.gz'
}

@github-actions github-actions bot enabled auto-merge (squash) November 20, 2023 16:02
@github-actions github-actions bot merged commit 8a635b4 into main Nov 20, 2023
7 checks passed
@github-actions github-actions bot deleted the v1-beta branch November 20, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant