File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,26 +16,26 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Configure AWS Credentials
19- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722
19+ uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
2020 with :
2121 role-to-assume : ${{ secrets.RELEASE_WORKFLOW_ACCESS_TOKEN_ROLE_ARN }}
2222 aws-region : us-west-2
2323
2424 - name : Retrieve secret from AWS Secrets Manager
25- uses : aws-actions/aws-secretsmanager-get-secrets@fbd65ea98e018858715f591f03b251f02b2316cb
25+ uses : aws-actions/aws-secretsmanager-get-secrets@fbd65ea98e018858715f591f03b251f02b2316cb # v2.0.8
2626 with :
2727 secret-ids : |
2828 AWS_SECRET, ${{ secrets.RELEASE_WORKFLOW_ACCESS_TOKEN_NAME }}
2929 parse-json-secrets : true
3030
31- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
31+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232 with :
3333 fetch-depth : ' 0'
3434 ref : dev
3535 token : ${{ env.AWS_SECRET_TOKEN }}
3636
3737 - name : Setup .NET
38- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
38+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
3939 with :
4040 dotnet-version : ' 8.0.x'
4141
8383 env :
8484 NEW_VERSION : ${{ steps.check_version.outputs.new_version }}
8585 run : |
86- dotnet tool install -g autover --version 0.0.22
86+ dotnet tool install -g autover --version 0.0.25
8787 autover change --project-name "AWS.Deploy.CLI" -m "Update CDK Bootstrap template to version $NEW_VERSION"
8888
8989 - name : Setup Git User
You can’t perform that action at this time.
0 commit comments