Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions committed Sep 18, 2024
1 parent 7205d4c commit 3116eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/code-signing/private-key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import {
aws_kms as kms,
aws_lambda as lambda,
} from 'aws-cdk-lib';
import { Platform } from 'aws-cdk-lib/aws-ecr-assets';
import { Construct } from 'constructs';
import { CertificateSigningRequest, DistinguishedName } from './certificate-signing-request';
import { hashFileOrDirectory } from '../util';
import { Platform } from 'aws-cdk-lib/aws-ecr-assets';


export interface RsaPrivateKeySecretProps {
Expand Down
2 changes: 1 addition & 1 deletion lib/open-pgp-key-pair.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import {
aws_ssm as ssm,
ArnFormat,
} from 'aws-cdk-lib';
import { Platform } from 'aws-cdk-lib/aws-ecr-assets';
import { Construct } from 'constructs';
import { ICredentialPair } from './credential-pair';
import { hashFileOrDirectory } from './util';
import { Platform } from 'aws-cdk-lib/aws-ecr-assets';

/**
* The type of the {@link OpenPGPKeyPairProps.removalPolicy} property.
Expand Down

0 comments on commit 3116eae

Please sign in to comment.