@@ -10,108 +10,108 @@ jobs:
1010 py39 :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1414 - name : Setup Python
15- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
15+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
1616 with :
1717 python-version : " 3.9"
1818 - name : Install Tox
1919 run : pip install tox
2020 - name : Install Poetry
21- uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
21+ uses : snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
2222 with :
2323 version : 2.2.1
2424 - name : Run Tox
2525 run : tox -e py39
2626 py312 :
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3030 - name : Setup Python
31- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
31+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3232 with :
3333 python-version : " 3.12"
3434 - name : Install Tox
3535 run : pip install tox
3636 - name : Install Poetry
37- uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
37+ uses : snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
3838 - name : Run Tox
3939 run : tox -e py312
4040 py313 :
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
43+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4444 - name : Setup Python
45- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
45+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4646 with :
4747 python-version : " 3.13"
4848 - name : Install Tox
4949 run : pip install tox
5050 - name : Install Poetry
51- uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
51+ uses : snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
5252 - name : Run Tox
5353 run : tox -e py313
5454 static :
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
57+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5858 - name : Setup Python
59- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
59+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
6060 with :
6161 python-version : " 3.13"
6262 - name : Install Tox
6363 run : pip install tox
6464 - name : Install Poetry
65- uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
65+ uses : snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
6666 - name : Run Tox
6767 run : tox -e static
6868 coverage :
6969 runs-on : ubuntu-latest
7070 steps :
71- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
71+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
7272 - name : Setup Python
73- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
73+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
7474 with :
7575 python-version : " 3.13"
7676 - name : Install Tox
7777 run : pip install tox
7878 - name : Install Poetry
79- uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
79+ uses : snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
8080 - name : Run Tox
8181 run : tox -e cov
8282 - name : Install pytest cov
8383 run : poetry run python -m pip install pytest-cov
8484 - name : Upload coverage to Codecov
85- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
85+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
8686 with :
8787 token : ${{ secrets.CODECOV_TOKEN }}
8888 fail_ci_if_error : true
8989 verbose : true
9090 bandit :
9191 runs-on : ubuntu-latest
9292 steps :
93- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
93+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
9494 - name : Setup Python
95- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
95+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
9696 with :
9797 python-version : " 3.13"
9898 - name : Install Tox
9999 run : pip install tox
100100 - name : Install Poetry
101- uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
101+ uses : snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
102102 - name : Run Tox
103103 run : tox -e bandit
104104 bandit-exitzero :
105105 runs-on : ubuntu-latest
106106 steps :
107- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
107+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
108108 - name : Setup Python
109- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
109+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
110110 with :
111111 python-version : " 3.13"
112112 - name : Install Tox
113113 run : pip install tox
114114 - name : Install Poetry
115- uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
115+ uses : snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
116116 - name : Run Tox
117117 run : tox -e bandit-exitzero
0 commit comments