Skip to content

Commit 936b973

Browse files
Update actions/setup-python digest to e797f83
1 parent 22ac7e9 commit 936b973

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
133133

134134
- name: Set up Python
135-
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
135+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
136136
with:
137137
python-version: "3.13"
138138

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
4646

4747
- name: Set up Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
48+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

.github/workflows/sign-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
21+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
2222
with:
2323
python-version: '3.13.5'
2424

.github/workflows/snyk-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
snyk-version: latest
4545

4646
- name: Set up Python
47-
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
47+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
4848
with:
4949
python-version: '3.13.5'
5050

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Set up Python
6464
if: matrix.tool != 'codeql' # CodeQL has its own Python setup
65-
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
65+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
6666
with:
6767
python-version: '3.13' # Use a consistent Python version for analysis tools
6868

0 commit comments

Comments
 (0)