File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 lint-and-test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 with :
1717 persist-credentials : false
1818
19- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
19+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020 with :
2121 python-version : " 3.11"
2222
@@ -33,11 +33,11 @@ jobs:
3333 runs-on : ubuntu-latest
3434 needs : lint-and-test
3535 steps :
36- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
36+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737 with :
3838 persist-credentials : false
3939
40- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
40+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4141 with :
4242 python-version : " 3.11"
4343
@@ -55,11 +55,11 @@ jobs:
5555 runs-on : ubuntu-latest
5656 needs : lint-and-test
5757 steps :
58- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
58+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5959 with :
6060 persist-credentials : false
6161
62- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
62+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6363 with :
6464 python-version : " 3.11"
6565
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Found 3 vulnerabilities in 2 packages
6060### pip project
6161
6262` ` ` yaml
63- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
63+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6464 with :
6565 python-version : " 3.12"
6666- run : pip install -r requirements.txt
Original file line number Diff line number Diff line change 4242 using : " composite"
4343 steps :
4444 - name : Set up Python
45- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
45+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4646 with :
4747 python-version : " >=3.11"
4848
You can’t perform that action at this time.
0 commit comments