File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
32+ uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
3333 with :
3434 languages : " python"
3535
3636 - name : Perform CodeQL Analysis
37- uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
37+ uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
3838 with :
3939 category : " /language:python"
Original file line number Diff line number Diff line change 5151 # Upload MegaLinter artifacts
5252 - name : Archive production artifacts
5353 if : ${{ success() || failure() }}
54- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
54+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
5555 with :
5656 name : MegaLinter reports
5757 path : |
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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
47+ uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
4848 with :
4949 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM cgr.dev/chainguard/python:latest-dev@sha256:912ce75048fac19785891f3ab53f4ccd3ac714d920aaf6e5f8919bb25e109126 AS builder
1+ FROM cgr.dev/chainguard/python:latest-dev@sha256:9b55ebf49d114350bbbdd579fdad5dd9ff1a35416d8a4100b9b3995330e7adee AS builder
22
33COPY . /app
44
@@ -9,7 +9,7 @@ ENV PATH=/home/nonroot/.local/bin:$PATH
99RUN wget -q -O - https://install.python-poetry.org | python -
1010RUN poetry install --no-root;
1111
12- FROM cgr.dev/chainguard/python:latest@sha256:2d14d0505ffe2d03b1cef2675dec60b3d1da3576732a127249058655cecf64dc
12+ FROM cgr.dev/chainguard/python:latest@sha256:fad17edd9fe58769045cf15229984b3cbcf7516112ae9140fba087d4a76630d3
1313USER nonroot
1414ENV DB_HOST localhost
1515ENV DB_NAME postgres
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ readme = "README.md"
1010python = " ^3.12"
1111fastapi = " 0.115.6"
1212psycopg2-binary = " 2.9.10"
13- pydantic = " 2.10.3 "
13+ pydantic = " 2.10.4 "
1414sqlalchemy = " 2.0.36"
15- uvicorn = " 0.32.1 "
15+ uvicorn = " 0.34.0 "
1616requests = " 2.32.3"
1717pyyaml = " 6.0.2"
18- certifi = " 2024.8.30 "
18+ certifi = " 2024.12.14 "
1919idna = " 3.10"
20- starlette = " 0.41.3 "
20+ starlette = " 0.42.0 "
2121
2222
2323[build-system ]
You can’t perform that action at this time.
0 commit comments