File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed
Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717
1818 - name : Install uv
19- uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
19+ uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7
2020 with :
2121 python-version : " 3.13"
2222
@@ -48,10 +48,10 @@ jobs:
4848 runs-on : ubuntu-latest
4949
5050 steps :
51- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
51+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5252
5353 - name : Install uv
54- uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
54+ uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7
5555 with :
5656 python-version : " 3.13"
5757
6767 - Dockerfile
6868
6969 steps :
70- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
70+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
7171
7272 - uses : hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
7373 with :
@@ -87,10 +87,10 @@ jobs:
8787 GH_REGISTRY : ghcr.io/${{ github.actor }}
8888
8989 steps :
90- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
90+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
9191
9292 - name : Install uv
93- uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
93+ uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7
9494 with :
9595 python-version : " 3.13"
9696
Original file line number Diff line number Diff line change 4646
4747 # Linter and formatter
4848 - repo : https://github.com/astral-sh/ruff-pre-commit
49- rev : v0.14.7
49+ rev : v0.14.8
5050 hooks :
5151 - id : ruff
5252 args :
8585
8686 # renovate.json validator
8787 - repo : https://github.com/renovatebot/pre-commit-hooks
88- rev : 42.29.4
88+ rev : 42.39.2
8989 hooks :
9090 - id : renovate-config-validator
Original file line number Diff line number Diff line change 1- FROM quay.io/fedora/python-313:20251105 @sha256:bb793684363237780060e4f7f448b38bd6365aec7eb01d75ebb3ded20df27b1c AS builder
1+ FROM quay.io/fedora/python-313:20251204 @sha256:48736b24fdc426d7e2c29ace0bd3cf14a3c6af500a7ee8b25aad14cff98385ef AS builder
22
33# builder should use root to install/create all files
44USER root
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
3535 - 127.0.0.1:9125:9125 # statsd
3636
3737 resultsdb-db : &resultsdb-db
38- image : docker.io/library/postgres:18.0 -alpine@sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40
38+ image : docker.io/library/postgres:18.1 -alpine@sha256:eca6fb2d91fda290eb8cfb8ba53dd0dcbf3508a08011e30adb039ea7c8e1e9f2
3939 restart : always
4040 env_file : ["docker/resultsdb-db.env"]
4141 healthcheck :
@@ -67,7 +67,7 @@ services:
6767 env_file : ["docker/waiverdb-db.env"]
6868
6969 waiverdb :
70- image : quay.io/factory2/waiverdb:latest@sha256:401f26b07562ae08b924e055e25a902a4a5fc8654aa476446c8a5b3724916424
70+ image : quay.io/factory2/waiverdb:latest@sha256:ff27f0a973f234d564d50425298aa429dc55d52d38aec0b9a2b4af6a63df095c
7171 env_file : ["docker/waiverdb.env"]
7272 environment :
7373 - GREENWAVE_LISTENERS=${GREENWAVE_LISTENERS:-1}
@@ -138,7 +138,7 @@ services:
138138 replicas : ${GREENWAVE_LISTENERS:-1}
139139
140140 jaeger :
141- image : quay.io/jaegertracing/all-in-one:latest@sha256:c87fc1d9b22766284168abb2ac57ac2160dfc26484e4f965ff2dcc6b849b263a
141+ image : quay.io/jaegertracing/all-in-one:latest@sha256:ab6f1a1f0fb49ea08bcd19f6b84f6081d0d44b364b6de148e1798eb5816bacac
142142 ports :
143143 - 127.0.0.1:6831:6831/udp
144144 - 127.0.0.1:6832:6832/udp
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ functional-test = [
4848 " psycopg2-binary>=2.9.9,<3.0" ,
4949]
5050docs = [
51- " sphinx>=8 .0.0 ,<9.0 " ,
51+ " sphinx>=9 .0.4 ,<9.1 " ,
5252 " sphinxcontrib-httpdomain>=1.8.1,<2.0" ,
5353]
5454
You can’t perform that action at this time.
0 commit comments