File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 test :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
14- - uses : actions/setup-python@v5
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1515 with :
1616 python-version : ' 3.14'
1717
2323 pre-commit :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
27- - uses : actions/setup-python@v5
26+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2828 with :
2929 python-version : ' 3.14'
3030
4242 - pre-commit
4343 steps :
4444 - name : Check out the repo
45- uses : actions/checkout@v4
45+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4646
4747 - name : Extract metadata (tags, labels) for Docker
4848 id : meta
8484 - container
8585 steps :
8686 - name : Checkout
87- uses : actions/checkout@v4
87+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8888 with :
8989 persist-credentials : false
9090
Original file line number Diff line number Diff line change 1- black == 25.12 .0
1+ black == 26.1 .0
22flake8 == 7.3.0
33flake8-quotes == 3.4.0
44mypy == 1.19.1
55pre-commit == 4.5.1
6- pytest == 8.4 .2
7- pytest-cov == 6.3 .0
6+ pytest == 9.0 .2
7+ pytest-cov == 7.0 .0
88python-powerdns == 2.1.0
99requests == 2.32.5
You can’t perform that action at this time.
0 commit comments