Skip to content

Commit d3b1f6d

Browse files
authored
Merge pull request #108 from step-security/fix/vulnerability
fix: fixed vulnerabilities by upgrading dependencies and base image
2 parents fa816fb + 0a77fe6 commit d3b1f6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine@sha256:b4d299311845147e7e47c970566906caf8378a1f04e5d3de65b5f2e834f8e3bf
1+
FROM python:3.13.5-alpine3.22@sha256:37b14db89f587f9eaa890e4a442a3fe55db452b69cca1403cc730bd0fbdc8aaf
22

33
LABEL repository="https://github.com/step-security/publish-unit-test-result-action"
44
LABEL homepage="https://github.com/step-security/publish-unit-test-result-action"

python/requirements-post-3.8.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ PyGithub==2.4.0
1313
certifi==2024.8.30
1414
charset-normalizer==3.4.0
1515
idna==3.10
16-
urllib3==2.2.3
16+
urllib3==2.5.0
1717
typing_extensions==4.12.2
18-
urllib3==2.2.3
18+
urllib3==2.5.0

0 commit comments

Comments
 (0)