Skip to content

Commit 7ae0ada

Browse files
Merge branch 'security-fix-5' into 'security-fix-4'
* security-fix-5: Bump version of GH setup-pytho action ( - WIP #40 - ) Bump version of GH checkout action ( - WIP #40 / WIP #44 - ) Updates checkout to version v4+ Updates setup-python to 5+
2 parents 227f210 + f05f805 commit 7ae0ada

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/Tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
LANG: "en_US.UTF-8"
4040
steps:
4141
- uses: actions/checkout@v4
42-
- uses: actions/setup-python@v4
42+
- uses: actions/setup-python@v5
4343
with:
4444
python-version: "3.12"
4545
- name: Pre-Clean
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- uses: actions/checkout@v4
101101
- name: Setup Python
102-
uses: actions/setup-python@v4
102+
uses: actions/setup-python@v5
103103
with:
104104
python-version: ${{ matrix.python-version }}
105105
- name: Setup dependencies
@@ -157,7 +157,7 @@ jobs:
157157
steps:
158158
- uses: actions/checkout@v4
159159
- name: Setup Python ${{ matrix.python-version }}
160-
uses: actions/setup-python@v4
160+
uses: actions/setup-python@v5
161161
with:
162162
python-version: ${{ matrix.python-version }}
163163
- name: Install dependencies for ${{ matrix.python-version }}
@@ -204,7 +204,7 @@ jobs:
204204
steps:
205205
- uses: actions/checkout@v4
206206
- name: Setup Python ${{ matrix.python-version }}
207-
uses: actions/setup-python@v4
207+
uses: actions/setup-python@v5
208208
with:
209209
python-version: ${{ matrix.python-version }}
210210
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
@@ -286,9 +286,9 @@ jobs:
286286
CODECLIMATE_REPO_TOKEN: ${{ secrets.CODECLIMATE_TOKEN }}
287287
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
288288
steps:
289-
- uses: actions/checkout@v3
289+
- uses: actions/checkout@v4
290290
- name: Setup Python ${{ matrix.python-version }}
291-
uses: actions/setup-python@v4
291+
uses: actions/setup-python@v5
292292
with:
293293
python-version: ${{ matrix.python-version }}
294294
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
@@ -363,7 +363,7 @@ jobs:
363363
steps:
364364
- uses: actions/checkout@v4
365365
- name: Setup Python
366-
uses: actions/setup-python@v4
366+
uses: actions/setup-python@v5
367367
with:
368368
python-version: "3.10"
369369
- name: Install dependencies for python Linters
@@ -409,7 +409,7 @@ jobs:
409409
steps:
410410
- uses: actions/checkout@v4
411411
- name: Setup Python ${{ matrix.python-version }}
412-
uses: actions/setup-python@v4
412+
uses: actions/setup-python@v5
413413
with:
414414
python-version: ${{ matrix.python-version }}
415415
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
@@ -483,7 +483,7 @@ jobs:
483483
steps:
484484
- uses: actions/checkout@v4
485485
- name: Setup Python
486-
uses: actions/setup-python@v4
486+
uses: actions/setup-python@v5
487487
with:
488488
python-version: "3.10"
489489
- name: Install dependencies for Tox

.github/workflows/codeql-analysis.yml

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

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v4.1.7
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

0 commit comments

Comments
 (0)