1313# https://github.com/actions/checkout
1414# https://github.com/actions/setup-python
1515# https://github.com/marketplace/actions/codecov
16- # https://github.com/marketplace/actions/code-climate-coverage-action
1716# https://github.com/marketplace/actions/trufflehog-oss
1817
1918jobs :
@@ -26,21 +25,21 @@ jobs:
2625 runs-on : ubuntu-latest
2726 strategy :
2827 matrix :
29- python-version : [ '3.9 ', '3.10 ', '3.11 ', '3.12 ' ]
28+ python-version : [ '3.10 ', '3.11 ', '3.12 ', '3.13', '3.14 ' ]
3029
3130 steps :
3231 - name : Checkout code
33- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3433 with :
3534 fetch-depth : 0
3635
3736 - name : TruffleHog OSS
38- uses : trufflesecurity/trufflehog@v3.82.6
37+ uses : trufflesecurity/trufflehog@v3.94.1
3938 with :
4039 extra_args : --only-verified
4140
4241 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4443 with :
4544 python-version : ${{ matrix.python-version }}
4645
@@ -62,11 +61,11 @@ jobs:
6261 xvfb-run pytest --cov-report xml --cov=yawsso tests/
6362
6463 - name : Publish coverage to to Codecov
65- uses : codecov/codecov-action@v4
64+ uses : codecov/codecov-action@v6.0.0
6665 env :
6766 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6867 with :
69- file : ./coverage.xml
68+ files : ./coverage.xml
7069 flags : unittests
7170 name : yawsso
7271
0 commit comments