Skip to content

Commit 15147dd

Browse files
chore(deps): update all digest updates (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cb31bd commit 15147dd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535

36-
- uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6
36+
- uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6
3737

3838
- id: setup-python
3939
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5

.github/workflows/scans.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2727

28-
- uses: bridgecrewio/checkov-action@0508198fad4b571224c8679878f2b94b8a82c395 # master
28+
- uses: bridgecrewio/checkov-action@5e2c7c356895bd7964a2519d0675a9af9b3c0c38 # master
2929

3030
- if: ${{ success() || failure() }}
3131
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8989

9090
- id: grype
91-
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6
91+
uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6
9292
with:
9393
path: .
9494
severity-cutoff: high
@@ -228,7 +228,7 @@ jobs:
228228
dependency-snapshot: true
229229

230230
- id: grype
231-
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6
231+
uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6
232232
with:
233233
sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
234234
severity-cutoff: high

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ARG PYTHONDONTWRITEBYTECODE=1
4444
ARG UV_NO_CACHE=1
4545

4646
# set up python
47-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:4a6c9444b126bd325fba904bff796bf91fb777bf6148d60109c4cb1de2ffc497 /uv /uvx /bin/
47+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:bc574e793452103839d769a20249cfe4c8b6e40e5c29fda34ceee26120eabe3b /uv /uvx /bin/
4848
COPY pyproject.toml uv.lock ./
4949
RUN --mount=type=cache,target=/root/.cache/uv \
5050
uv venv --seed "${VIRTUAL_ENV}" && \

0 commit comments

Comments
 (0)