File tree Expand file tree Collapse file tree 11 files changed +416
-348
lines changed
Expand file tree Collapse file tree 11 files changed +416
-348
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838
3939 # Initializes the CodeQL tools for scanning.
4040 - name : Initialize CodeQL
41- uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
41+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
4242 with :
4343 languages : ${{ matrix.language }}
4444 build-mode : none
4545
4646 - name : Perform CodeQL Analysis
47- uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
47+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
4848 with :
4949 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2929 with :
3030 persist-credentials : false
3131 - name : ' Dependency Review'
32- uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
32+ uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
3333 with :
3434 comment-summary-in-pr : always
Original file line number Diff line number Diff line change 4949 # Upload the results to GitHub's code scanning dashboard (optional).
5050 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5151 - name : " Upload to code-scanning"
52- uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
52+ uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
5353 with :
5454 sarif_file : results.sarif
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.901 .0" ,
30- "@aws-sdk/client-ssm" : " ^3.901 .0" ,
29+ "@aws-sdk/client-ec2" : " ^3.909 .0" ,
30+ "@aws-sdk/client-ssm" : " ^3.908 .0" ,
3131 "cron-parser" : " ^5.4.0"
3232 },
3333 "nx" : {
Original file line number Diff line number Diff line change 3333 "@aws-github-runner/aws-powertools-util" : " *" ,
3434 "@aws-github-runner/aws-ssm-util" : " *" ,
3535 "@aws-lambda-powertools/parameters" : " ^2.27.0" ,
36- "@aws-sdk/client-ec2" : " ^3.901 .0" ,
37- "@aws-sdk/client-sqs" : " ^3.901 .0" ,
36+ "@aws-sdk/client-ec2" : " ^3.909 .0" ,
37+ "@aws-sdk/client-sqs" : " ^3.908 .0" ,
3838 "@middy/core" : " ^6.4.5" ,
3939 "@octokit/auth-app" : " 8.1.1" ,
4040 "@octokit/core" : " 7.0.5" ,
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.901 .0" ,
32- "@aws-sdk/lib-storage" : " ^3.903 .0" ,
31+ "@aws-sdk/client-s3" : " ^3.908 .0" ,
32+ "@aws-sdk/lib-storage" : " ^3.908 .0" ,
3333 "@middy/core" : " ^6.4.5" ,
3434 "@octokit/rest" : " 22.0.0" ,
3535 "axios" : " ^1.12.2"
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.901 .0" ,
27+ "@aws-sdk/client-ec2" : " ^3.909 .0" ,
2828 "@middy/core" : " ^6.4.5"
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.901 .0" ,
20+ "@aws-sdk/client-eventbridge" : " ^3.908 .0" ,
2121 "@octokit/webhooks-types" : " ^7.6.1" ,
2222 "@types/aws-lambda" : " ^8.10.155" ,
2323 "@types/express" : " ^5.0.3" ,
3030 "dependencies" : {
3131 "@aws-github-runner/aws-powertools-util" : " *" ,
3232 "@aws-github-runner/aws-ssm-util" : " *" ,
33- "@aws-sdk/client-sqs" : " ^3.901 .0" ,
33+ "@aws-sdk/client-sqs" : " ^3.908 .0" ,
3434 "@middy/core" : " ^6.4.5" ,
3535 "@octokit/rest" : " 22.0.0" ,
3636 "@octokit/types" : " ^15.0.0" ,
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.901 .0"
26+ "@aws-sdk/client-ssm" : " ^3.908 .0"
2727 },
2828 "nx" : {
2929 "includedScripts" : [
Original file line number Diff line number Diff line change 3333 "@swc/helpers" : " ~0.5.17" ,
3434 "@trivago/prettier-plugin-sort-imports" : " ^5.2.2" ,
3535 "@typescript-eslint/eslint-plugin" : " ^8.46.0" ,
36- "@typescript-eslint/parser" : " ^8.46.0 " ,
36+ "@typescript-eslint/parser" : " ^8.46.1 " ,
3737 "@vitest/coverage-v8" : " ^3.2.4" ,
3838 "chalk" : " ^5.6.2" ,
3939 "eslint" : " ^9.37.0" ,
You can’t perform that action at this time.
0 commit comments