Skip to content

Commit 9e8953a

Browse files
committed
Update Python version in GitHub Actions workflows to 3.9.22
1 parent 20d3a50 commit 9e8953a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint-rules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.9.2
16+
python-version: 3.9.22
1717
- name: install semgrep
1818
run: pip3 install semgrep
1919
- name: lints for semgrep rules

.github/workflows/test-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.9.2
19+
python-version: 3.9.22
2020
- name: install semgrep
2121
run: pip3 install semgrep
2222
- name: install pro-engine

.github/workflows/validate-r2c-registry-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: echo $CHANGED_FILES
3535
- uses: actions/setup-python@v2
3636
with:
37-
python-version: 3.9.2
37+
python-version: 3.9.22
3838
- name: install deps
3939
run: pip install jsonschema pyyaml
4040
- name: validate metadata

0 commit comments

Comments
 (0)