File tree Expand file tree Collapse file tree 4 files changed +20
-8
lines changed
Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
32+ uses : github/codeql-action/init@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
3333 with :
3434 languages : " python"
3535
3636 - name : Perform CodeQL Analysis
37- uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
37+ uses : github/codeql-action/analyze@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
3838 with :
3939 category : " /language:python"
Original file line number Diff line number Diff line change 4444
4545 # Upload the results to GitHub's code scanning dashboard.
4646 - name : " Upload to code-scanning"
47- uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
47+ uses : github/codeql-action/upload-sarif@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
4848 with :
4949 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ readme = "README.md"
88
99[tool .poetry .dependencies ]
1010python = " ^3.12"
11- fastapi = " 0.120.1 "
11+ fastapi = " 0.120.2 "
1212psycopg2-binary = " 2.9.11"
1313sqlalchemy = " 2.0.44"
1414uvicorn = " 0.38.0"
You can’t perform that action at this time.
0 commit comments