This repository was archived by the owner on Apr 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:5e6ca9b750521d933b0bb572dd66bbb0a33c5b11f1e827d83b5e2255e2d9f057 AS builder
22
33ENV PATH=$PATH:/home/nonroot/.local/bin
44
@@ -10,7 +10,7 @@ ENV PATH=/home/nonroot/.local/bin:$PATH
1010RUN wget -q -O - https://install.python-poetry.org | python -
1111RUN poetry install --no-root;
1212
13- FROM cgr.dev/chainguard/python:latest@sha256:2d14d0505ffe2d03b1cef2675dec60b3d1da3576732a127249058655cecf64dc
13+ FROM cgr.dev/chainguard/python:latest@sha256:8485986f5483c93e0e154a6dd186695c0b218eab68ae6e72573df506b3cffdb2
1414USER nonroot
1515ENV DB_HOST localhost
1616ENV DB_NAME postgres
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ 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"
17- certifi = " 2024.8.30 "
17+ certifi = " 2024.12.14 "
1818cvss = " 3.3"
1919defusedxml = " 0.7.1"
2020packageurl-python = " 0.16.0"
2121idna = " 3.10"
22- starlette = " 0.41.3 "
22+ starlette = " 0.42.0 "
2323
2424
2525[build-system ]
You can’t perform that action at this time.
0 commit comments