Skip to content

Commit

Permalink
Merge pull request #51 from ArieLevs/snyk-fix-264f95c068cbf061b4fcbe0…
Browse files Browse the repository at this point in the history
…2ac6bedea

[Snyk] Security upgrade python from 3.13.0a6-slim to 3.13.0b1-slim
  • Loading branch information
ArieLevs authored May 12, 2024
2 parents 1e7421e + 7bf6d32 commit e7168d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ jobs:
coverage report --fail-under=80
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.3.1
with:
## secrets should have CODECOV_TOKEN
#token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
name: codecov-pybump
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0a6-slim
FROM python:3.13.0b1-slim

LABEL maintainer="Arie Lev <[email protected]>" \
description="Python version bumper"
Expand Down

0 comments on commit e7168d9

Please sign in to comment.