Skip to content

Commit 7a3dd4f

Browse files
ci(deps): bump actions/setup-python from 5.6.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...83679a8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49eda95 commit 7a3dd4f

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/nightly-deep-scans.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848

4949
- name: Set up Python ${{ matrix.python-version }}
50-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
50+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
5151
with:
5252
python-version: ${{ matrix.python-version }}
5353
cache: "pip"
@@ -545,7 +545,7 @@ jobs:
545545
fetch-depth: 0
546546

547547
- name: Set up Python 3.11
548-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
548+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
549549
with:
550550
python-version: "3.11"
551551
cache: "pip"
@@ -606,7 +606,7 @@ jobs:
606606
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
607607

608608
- name: Set up Python ${{ matrix.python-version }}
609-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
609+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
610610
with:
611611
python-version: ${{ matrix.python-version }}
612612
cache: "pip"
@@ -695,7 +695,7 @@ jobs:
695695
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
696696

697697
- name: Set up Python ${{ matrix.python-version }}
698-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
698+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
699699
with:
700700
python-version: ${{ matrix.python-version }}
701701
cache: "pip"
@@ -780,7 +780,7 @@ jobs:
780780
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
781781

782782
- name: Set up Python ${{ matrix.python-version }}
783-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
783+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
784784
with:
785785
python-version: ${{ matrix.python-version }}
786786
cache: "pip"
@@ -876,7 +876,7 @@ jobs:
876876
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
877877

878878
- name: Set up Python ${{ matrix.python-version }}
879-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
879+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
880880
with:
881881
python-version: ${{ matrix.python-version }}
882882
cache: "pip"
@@ -966,7 +966,7 @@ jobs:
966966
fetch-depth: 0
967967

968968
- name: Set up Python ${{ matrix.python-version }}
969-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
969+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
970970
with:
971971
python-version: ${{ matrix.python-version }}
972972
cache: "pip"

.github/workflows/quality-gates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0
7272

7373
- name: Set up Python ${{ matrix.python-version }}
74-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
74+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
7575
with:
7676
python-version: ${{ matrix.python-version }}
7777
# Disable pip cache for fork PRs to prevent cache poisoning

.github/workflows/slsa-provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050

5151
- name: Set up Python 3.11
52-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
52+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
5353
with:
5454
python-version: "3.11"
5555
cache: "pip"

0 commit comments

Comments
 (0)