File tree Expand file tree Collapse file tree 12 files changed +665
-272
lines changed
Expand file tree Collapse file tree 12 files changed +665
-272
lines changed Original file line number Diff line number Diff line change 5151 path : results.sarif
5252
5353 - name : Upload SARIF file
54- uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
54+ uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
5555 with :
5656 sarif_file : results.sarif
5757 category : actions-zizmor
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
34- uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
34+ uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
3535 with :
3636 languages : ${{ matrix.language }}
3737 build-mode : none
3838
3939 - name : Perform CodeQL Analysis
40- uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
40+ uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4141 with :
4242 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4545 - name : Attest
4646 if : ${{ steps.release.outputs.releases_created == 'true' }}
4747 id : attest
48- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
48+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
4949 with :
5050 subject-path : ' ${{ github.workspace }}/lambdas/functions/**/*.zip'
5151 - name : Update release notes with attestation
Original file line number Diff line number Diff line change 2626 "dependencies" : {
2727 "@aws-github-runner/aws-powertools-util" : " *" ,
2828 "@aws-github-runner/aws-ssm-util" : " *" ,
29- "@aws-sdk/client-ec2" : " ^3.827 .0" ,
30- "@aws-sdk/client-ssm" : " ^3.826 .0" ,
29+ "@aws-sdk/client-ec2" : " ^3.830 .0" ,
30+ "@aws-sdk/client-ssm" : " ^3.830 .0" ,
3131 "cron-parser" : " ^5.0.4"
3232 },
3333 "nx" : {
Original file line number Diff line number Diff line change 3232 "dependencies" : {
3333 "@aws-github-runner/aws-powertools-util" : " *" ,
3434 "@aws-github-runner/aws-ssm-util" : " *" ,
35- "@aws-lambda-powertools/parameters" : " ^2.20 .0" ,
36- "@aws-sdk/client-ec2" : " ^3.827 .0" ,
37- "@aws-sdk/client-sqs" : " ^3.826 .0" ,
35+ "@aws-lambda-powertools/parameters" : " ^2.21 .0" ,
36+ "@aws-sdk/client-ec2" : " ^3.830 .0" ,
37+ "@aws-sdk/client-sqs" : " ^3.830 .0" ,
3838 "@middy/core" : " ^6.1.6" ,
3939 "@octokit/auth-app" : " 8.0.1" ,
4040 "@octokit/core" : " 7.0.2" ,
Original file line number Diff line number Diff line change 2828 },
2929 "dependencies" : {
3030 "@aws-github-runner/aws-powertools-util" : " *" ,
31- "@aws-sdk/client-s3" : " ^3.826 .0" ,
32- "@aws-sdk/lib-storage" : " ^3.826 .0" ,
31+ "@aws-sdk/client-s3" : " ^3.830 .0" ,
32+ "@aws-sdk/lib-storage" : " ^3.830 .0" ,
3333 "@middy/core" : " ^6.1.6" ,
3434 "@octokit/rest" : " 22.0.0" ,
3535 "axios" : " ^1.8.4"
Original file line number Diff line number Diff line change 2424 },
2525 "dependencies" : {
2626 "@aws-github-runner/aws-powertools-util" : " *" ,
27- "@aws-sdk/client-ec2" : " ^3.827 .0" ,
27+ "@aws-sdk/client-ec2" : " ^3.830 .0" ,
2828 "@middy/core" : " ^6.1.6"
2929 },
3030 "nx" : {
Original file line number Diff line number Diff line change 1717 "all" : " yarn build && yarn format && yarn lint && yarn test"
1818 },
1919 "devDependencies" : {
20- "@aws-sdk/client-eventbridge" : " ^3.826 .0" ,
20+ "@aws-sdk/client-eventbridge" : " ^3.830 .0" ,
2121 "@octokit/webhooks-types" : " ^7.6.1" ,
2222 "@types/aws-lambda" : " ^8.10.147" ,
2323 "@types/express" : " ^5.0.0" ,
3030 "dependencies" : {
3131 "@aws-github-runner/aws-powertools-util" : " *" ,
3232 "@aws-github-runner/aws-ssm-util" : " *" ,
33- "@aws-sdk/client-sqs" : " ^3.826 .0" ,
33+ "@aws-sdk/client-sqs" : " ^3.830 .0" ,
3434 "@middy/core" : " ^6.1.6" ,
3535 "@octokit/rest" : " 22.0.0" ,
3636 "@octokit/types" : " ^14.1.0" ,
Original file line number Diff line number Diff line change 2020 "body-parser" : " ^2.2.0"
2121 },
2222 "dependencies" : {
23- "@aws-lambda-powertools/logger" : " ^2.20 .0" ,
24- "@aws-lambda-powertools/metrics" : " ^2.20 .0" ,
25- "@aws-lambda-powertools/tracer" : " ^2.20 .0" ,
23+ "@aws-lambda-powertools/logger" : " ^2.21 .0" ,
24+ "@aws-lambda-powertools/metrics" : " ^2.21 .0" ,
25+ "@aws-lambda-powertools/tracer" : " ^2.21 .0" ,
2626 "aws-lambda" : " ^1.0.7"
2727 },
2828 "nx" : {
Original file line number Diff line number Diff line change 2323 },
2424 "dependencies" : {
2525 "@aws-github-runner/aws-powertools-util" : " *" ,
26- "@aws-sdk/client-ssm" : " ^3.826 .0"
26+ "@aws-sdk/client-ssm" : " ^3.830 .0"
2727 },
2828 "nx" : {
2929 "includedScripts" : [
You can’t perform that action at this time.
0 commit comments