File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout git repo
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Set up Python ${{ env.PYTHON_VERSION }}
2323 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 4848
4949 steps :
5050 - name : Checkout repository
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252
5353 # Initializes the CodeQL tools for scanning.
5454 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ jobs:
2929 Patch : ${{ steps.gitversion.outputs.Patch }}
3030 steps :
3131 - name : Checkout git repo
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 fetch-depth : 0 # This is needed for GitVersion not to crash
3535
3636 - name : Install GitVersion
37- uses : gittools/actions/gitversion/setup@v3
37+ uses : gittools/actions/gitversion/setup@v4
3838 with :
3939 versionSpec : " 5.x"
4040 preferLatestVersion : true
4141
4242 - name : Determine Version
4343 id : gitversion # id to later be referenced
44- uses : gittools/actions/gitversion/execute@v3
44+ uses : gittools/actions/gitversion/execute@v4
4545
4646 - name : Create version tag
4747 if : github.event_name != 'pull_request'
6060
6161 steps :
6262 - name : Checkout git repo
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464
6565 - name : Set up Docker Buildx
6666 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 11aiofiles == 24.1.0
22aiohappyeyeballs == 2.6.1
3- aiohttp == 3.11.18
3+ aiohttp == 3.12.15
44aiosignal == 1.3.2
55attrs == 25.3.0
66backoff == 2.2.1
@@ -18,17 +18,17 @@ grpcio==1.71.0
1818html5lib == 1.1
1919html_text == 0.7.0
2020idna == 3.10
21- importlib_metadata == 8.6.1
21+ importlib_metadata == 8.7.0
2222isodate == 0.7.2
2323jstyleson == 0.0.2
2424lxml == 5.4.0
2525lxml_html_clean == 0.4.2
2626mf2py == 2.0.1
2727multidict == 6.4.3
2828opentelemetry-api == 1.32.1
29- opentelemetry-exporter-otlp-proto-common == 1.32.1
30- opentelemetry-exporter-otlp-proto-grpc == 1.32.1
31- opentelemetry-instrumentation == 0.53b1
29+ opentelemetry-instrumentation == 0.57b0
30+ opentelemetry-exporter-otlp-proto-grpc == 1.36.0
31+ opentelemetry-exporter-otlp-proto-common == 1.36.0
3232opentelemetry-instrumentation-aiohttp-client == 0.53b1
3333opentelemetry-instrumentation-requests == 0.53b1
3434opentelemetry-instrumentation-urllib == 0.53b1
@@ -38,7 +38,7 @@ opentelemetry-semantic-conventions==0.53b1
3838opentelemetry-util-http == 0.53b1
3939packaging == 25.0
4040propcache == 0.3.1
41- protobuf == 5.29.4
41+ protobuf == 6.32.0
4242pyparsing == 3.2.3
4343pyRdfa3 == 3.6.4
4444pytz == 2025.2
@@ -49,7 +49,7 @@ six==1.17.0
4949smmap == 5.0.2
5050soupsieve == 2.7
5151typing_extensions == 4.13.2
52- urllib3 == 2.4 .0
52+ urllib3 == 2.5 .0
5353w3lib == 2.3.1
5454webencodings == 0.5.1
5555wrapt == 1.17.2
You can’t perform that action at this time.
0 commit comments