File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
20+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
2121 with :
2222 egress-policy : audit
2323
2424 - name : ' Checkout Repository'
2525 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626 - name : ' Dependency Review'
27- uses : actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
27+ uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
1818 - name : Set up Python 3.10
19- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
19+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
2020 with :
2121 python-version : ' 3.10'
2222
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 steps :
1313
1414 - name : Harden Runner
15- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
15+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
1616 with :
1717 egress-policy : audit
1818
1919 - name : Setup python 3.12
20- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
20+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
2121 with :
2222 python-version : ' 3.12'
2323
3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Harden Runner
37- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
37+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
3838 with :
3939 egress-policy : audit
4040
@@ -49,12 +49,12 @@ jobs:
4949 steps :
5050
5151 - name : Harden Runner
52- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
52+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
5353 with :
5454 egress-policy : audit
5555
5656 - name : Setup python 3.12
57- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
57+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
5858 with :
5959 python-version : ' 3.12'
6060
Original file line number Diff line number Diff line change 1313 steps :
1414
1515 - name : Setup python 3.10
16- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
16+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
1717 with :
1818 python-version : ' 3.10'
1919
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ packaging==24.1
77pathspec == 0.12.1
88platformdirs == 4.2.2
99pluggy == 1.5.0
10- pylint == 3.2.5
10+ pylint == 3.2.6
1111pyparsing == 3.1.2
1212six == 1.16.0
1313toml == 0.10.2
1414tomli == 2.0.1
15- tox == 4.15.1
15+ tox == 4.16.0
1616virtualenv == 20.26.3
You can’t perform that action at this time.
0 commit comments