diff --git a/.github/workflows/codeguru.yml b/.github/workflows/codeguru.yml index f047e1b..289c745 100644 --- a/.github/workflows/codeguru.yml +++ b/.github/workflows/codeguru.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Configure aws credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::373508513302:role/CodeGuruSecurityGitHubAccessRole aws-region: eu-west-1 diff --git a/package.json b/package.json index c7106d8..c09ad1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aws-jwt-verify", "version": "5.0.0", - "description": "Verify RS256/RS384/RS512/ES256/ES384/ES512 signed JSON Web Tokens (JWT)", + "description": "Verify JSON Web Tokens (JWT) from Amazon Cognito and other IDPs", "license": "Apache-2.0", "author": { "name": "Amazon Web Services",