AWS lambda documentation change
Summary
Updated GitHub Actions workflow to use newer versions of actions
Security assessment
Routine dependency version updates without explicit security context
Diff
diff --git a/lambda/latest/dg/deploying-github-actions.md b/lambda/latest/dg/deploying-github-actions.md index b554677fd..6013fc6fb 100644 --- a//lambda/latest/dg/deploying-github-actions.md +++ b//lambda/latest/dg/deploying-github-actions.md @@ -18 +18 @@ To configure automated Lambda function deployment, create a workflow file in you - name: Deploy Lambda Function + name: Deploy AWS Lambda @@ -32 +32 @@ To configure automated Lambda function deployment, create a workflow file in you - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 @@ -35 +35 @@ To configure automated Lambda function deployment, create a workflow file in you - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4