Skip to content

Commit 6f8851c

Browse files
authored
Bump python-setup version to v5.2 (#6404)
Instead of using the tagged version, the change moves to the actual commit has instead.
1 parent bcb4607 commit 6f8851c

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/api-information.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: temurin
1919
cache: gradle
2020
- name: Set up Python 3.10
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
2222
with:
2323
python-version: '3.10'
2424
- name: Set up fireci

.github/workflows/copyright-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/[email protected]
14-
- uses: actions/setup-python@v2
14+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
1515
with:
1616
python-version: '3.9'
1717
- run: |

.github/workflows/fireci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/[email protected]
19-
- uses: actions/setup-python@v2
19+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
2020
with:
2121
python-version: '3.8'
2222
- run: |
2323
pip install -e "ci/fireci[test]"
2424
- run: |
2525
pytest ci/fireci
2626
- run: |
27-
mypy --config-file ci/fireci/setup.cfg ci/fireci/
27+
mypy --config-file ci/fireci/setup.cfg ci/fireci/

.github/workflows/fireperf-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
distribution: temurin
3535
cache: gradle
3636
- name: Set up Python 3.10
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
3838
with:
3939
python-version: '3.10'
4040
- name: Set up fireci

.github/workflows/health-metrics.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
distribution: temurin
3636
cache: gradle
3737
- name: Set up Python 3.10
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
3939
with:
4040
python-version: '3.10'
4141
- uses: google-github-actions/auth@v2
@@ -70,7 +70,7 @@ jobs:
7070
distribution: temurin
7171
cache: gradle
7272
- name: Set up Python 3.10
73-
uses: actions/setup-python@v4
73+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
7474
with:
7575
python-version: '3.10'
7676
- uses: google-github-actions/auth@v2
@@ -106,7 +106,7 @@ jobs:
106106
distribution: temurin
107107
cache: gradle
108108
- name: Set up Python 3.10
109-
uses: actions/setup-python@v4
109+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
110110
with:
111111
python-version: '3.10'
112112
- uses: google-github-actions/auth@v2

.github/workflows/make-bom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Set up Python 3.10
11-
uses: actions/setup-python@v4
11+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
1212
with:
1313
python-version: '3.10'
1414
- uses: actions/[email protected]

.github/workflows/release-note-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: gradle
3434

3535
- name: Set up Python 3.10
36-
uses: actions/setup-python@v4
36+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
3737
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
3838
with:
3939
python-version: '3.10'

.github/workflows/update-cpp-sdk-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Setup python
54-
uses: actions/setup-python@v2
54+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
5555
with:
5656
python-version: 3.7
5757

0 commit comments

Comments
 (0)