File tree Expand file tree Collapse file tree 14 files changed +753
-691
lines changed Expand file tree Collapse file tree 14 files changed +753
-691
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
41+ uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4242 with :
4343 languages : ${{ matrix.language }}
4444 build-mode : none
4545
4646 - name : Perform CodeQL Analysis
47- uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
47+ uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4848 with :
4949 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4242 - name : Build distribution
4343 run : yarn build
4444 - name : Upload coverage report
45- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
45+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4646 if : ${{ failure() }}
4747 with :
4848 name : coverage-reports
Original file line number Diff line number Diff line change 1- mkdocs-material==9.6.21
1+ mkdocs-material==9.6.22
Original file line number Diff line number Diff line change @@ -223,9 +223,9 @@ mkdocs-get-deps==0.2.0 \
223223 --hash =sha256:162b3d129c7fad9b19abfdcb9c1458a651628e4b1dea628ac68790fb3061c60c \
224224 --hash =sha256:2bf11d0b133e77a0dd036abeeb06dec8775e46efa526dc70667d8863eefc6134
225225 # via mkdocs
226- mkdocs-material == 9.6.21 \
227- --hash =sha256:aa6a5ab6fb4f6d381588ac51da8782a4d3757cb3d1b174f81a2ec126e1f22c92 \
228- --hash =sha256:b01aa6d2731322438056f360f0e623d3faae981f8f2d8c68b1b973f4f2657870
226+ mkdocs-material == 9.6.22 \
227+ --hash =sha256:14ac5f72d38898b2f98ac75a5531aaca9366eaa427b0f49fc2ecf04d99b7ad84 \
228+ --hash =sha256:87c158b0642e1ada6da0cbd798a3389b0bc5516b90e5ece4a0fb939f00bacd1c
229229 # via -r requirements.in
230230mkdocs-material-extensions == 1.3.1 \
231231 --hash =sha256:10c9511cea88f568257f960358a467d12b970e1f7b2c0e5fb2bb48cab1928443 \
Original file line number Diff line number Diff line change 4040 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4141 # format to the repository Actions tab.
4242 - name : " Upload artifact"
43- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
43+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4444 with :
4545 name : SARIF file
4646 path : results.sarif
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
52+ uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
5353 with :
5454 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2424 with :
2525 egress-policy : audit
2626
27- - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
27+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
2828 with :
2929 node-version : 22
3030 package-manager-cache : false
4646 run : echo "name=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
4747 - name : Release
4848 id : release
49- uses : googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3 .0
49+ uses : googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4 .0
5050 with :
5151 target-branch : ${{ steps.branch.outputs.name }}
5252 release-type : terraform-module
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/types" : " ^3.910 .0" ,
20+ "@aws-sdk/types" : " ^3.914 .0" ,
2121 "@types/aws-lambda" : " ^8.10.155" ,
2222 "@vercel/ncc" : " ^0.38.4" ,
2323 "aws-sdk-client-mock" : " ^4.1.0" ,
2626 "dependencies" : {
2727 "@aws-github-runner/aws-powertools-util" : " *" ,
2828 "@aws-github-runner/aws-ssm-util" : " *" ,
29- "@aws-sdk/client-ec2" : " ^3.913 .0" ,
30- "@aws-sdk/client-ssm" : " ^3.913 .0" ,
29+ "@aws-sdk/client-ec2" : " ^3.917 .0" ,
30+ "@aws-sdk/client-ssm" : " ^3.917 .0" ,
3131 "cron-parser" : " ^5.4.0"
3232 },
3333 "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/types" : " ^3.910 .0" ,
20+ "@aws-sdk/types" : " ^3.914 .0" ,
2121 "@octokit/types" : " ^15.0.0" ,
2222 "@types/aws-lambda" : " ^8.10.155" ,
2323 "@types/node" : " ^22.18.8" ,
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.913 .0" ,
37- "@aws-sdk/client-sqs" : " ^3.913 .0" ,
36+ "@aws-sdk/client-ec2" : " ^3.917 .0" ,
37+ "@aws-sdk/client-sqs" : " ^3.917 .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 1717 "all" : " yarn build && yarn format && yarn lint && yarn test"
1818 },
1919 "devDependencies" : {
20- "@aws-sdk/types" : " ^3.910 .0" ,
20+ "@aws-sdk/types" : " ^3.914 .0" ,
2121 "@types/aws-lambda" : " ^8.10.155" ,
2222 "@types/node" : " ^22.18.8" ,
2323 "@types/request" : " ^2.48.13" ,
2828 },
2929 "dependencies" : {
3030 "@aws-github-runner/aws-powertools-util" : " *" ,
31- "@aws-sdk/client-s3" : " ^3.913 .0" ,
32- "@aws-sdk/lib-storage" : " ^3.913 .0" ,
31+ "@aws-sdk/client-s3" : " ^3.917 .0" ,
32+ "@aws-sdk/lib-storage" : " ^3.917 .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 1515 "all" : " yarn build && yarn format && yarn lint && yarn test"
1616 },
1717 "devDependencies" : {
18- "@aws-sdk/types" : " ^3.910 .0" ,
18+ "@aws-sdk/types" : " ^3.914 .0" ,
1919 "@types/aws-lambda" : " ^8.10.155" ,
2020 "@types/node" : " ^22.18.8" ,
2121 "@vercel/ncc" : " ^0.38.4" ,
2424 },
2525 "dependencies" : {
2626 "@aws-github-runner/aws-powertools-util" : " *" ,
27- "@aws-sdk/client-ec2" : " ^3.913 .0" ,
27+ "@aws-sdk/client-ec2" : " ^3.917 .0" ,
2828 "@middy/core" : " ^6.4.5"
2929 },
3030 "nx" : {
You can’t perform that action at this time.
0 commit comments