File tree Expand file tree Collapse file tree 6 files changed +22
-21
lines changed
Expand file tree Collapse file tree 6 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
29+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@820e3160e279568db735cee8ed8f8e77a6da7818 # v3
32+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
3333 with :
3434 languages : ${{ matrix.language }}
3535
3636 - name : Autobuild
37- uses : github/codeql-action/autobuild@820e3160e279568db735cee8ed8f8e77a6da7818 # v3
37+ uses : github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
3838
3939 - name : Perform CodeQL Analysis
40- uses : github/codeql-action/analyze@820e3160e279568db735cee8ed8f8e77a6da7818 # v3
40+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 4141 },
4242 "dependencies" : {
4343 "@modelcontextprotocol/sdk" : " ^1.20.2" ,
44- "commander" : " ^12.1.0 " ,
44+ "commander" : " ^14.0.3 " ,
4545 "js-yaml" : " ^4.1.0" ,
4646 "pg" : " ^8.16.3"
4747 },
5151 "@types/pg" : " ^8.15.6" ,
5252 "ajv" : " ^8.17.1" ,
5353 "ajv-formats" : " ^3.0.1" ,
54- "typescript" : " ^5.9.3 "
54+ "typescript" : " ^6.0.2 "
5555 },
5656 "publishConfig" : {
5757 "access" : " public"
Original file line number Diff line number Diff line change 11Flask == 3.0.0
22prometheus-api-client == 0.5.4
3- python-dateutil == 2.8.2
4- gunicorn == 23.0 .0
5- requests == 2.32.4
6- pytest == 8.3.4
7- requests-aws4auth == 1.2.3
3+ python-dateutil == 2.9.0.post0
4+ gunicorn == 25.1 .0
5+ requests == 2.33.0
6+ pytest == 9.0.2
7+ requests-aws4auth == 1.3.1
88boto3 == 1.34.69
9- psycopg2-binary == 2.9.9
9+ psycopg2-binary == 2.9.11
Original file line number Diff line number Diff line change 11-r requirements.txt
22pytest == 8.3.5
3- pytest-postgresql == 7.0.2
4- coverage == 7.6.10
5- pytest-cov == 6.0.0
3+ pytest-postgresql == 8.0.0
4+ psycopg [binary ]== 3.3.3
5+ coverage == 7.10.6
6+ pytest-cov == 7.0.0
67jsonschema == 4.23.0
7- PyYAML == 6.0.2
8- hypothesis == 6.122.3
9- syrupy == 4.8.1
8+ PyYAML == 6.0.3
9+ hypothesis == 6.151.9
10+ syrupy == 5.1.0
1011pytest-socket == 0.7.0
Original file line number Diff line number Diff line change 1- requests == 2.32.5
2- psycopg2-binary == 2.9.11
1+ requests == 2.33.0
2+ psycopg2-binary == 2.9.11
33jsonschema == 4.23.0
44requests-aws4auth == 1.2.3
55boto3 == 1.34.69
You can’t perform that action at this time.
0 commit comments