summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lundin <53273776+lundinc2@users.noreply.github.com>2021-02-18 18:55:29 -0800
committerGitHub <noreply@github.com>2021-02-18 18:55:29 -0800
commit006c6dd5fd24917792951bd2659bf74486c41cbc (patch)
treeafdf13a9c711f3cac303cb2de491b64665ce01bc
parent570ae6bb525abafbd4b49089b4eba71c63085d44 (diff)
downloadfreertos-git-006c6dd5fd24917792951bd2659bf74486c41cbc.tar.gz
Update python version to 3.7.10 (#512)
-rw-r--r--.github/workflows/auto-release.yml2
-rw-r--r--.github/workflows/core-checks.yml24
2 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml
index f63611b17..c6b0bcf40 100644
--- a/.github/workflows/auto-release.yml
+++ b/.github/workflows/auto-release.yml
@@ -19,7 +19,7 @@ jobs:
- name: Tool Setup
uses: actions/setup-python@v2
with:
- python-version: 3.8.5
+ python-version: 3.7.10
architecture: x64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/core-checks.yml b/.github/workflows/core-checks.yml
index 5736b40c6..c755d6d72 100644
--- a/.github/workflows/core-checks.yml
+++ b/.github/workflows/core-checks.yml
@@ -1,6 +1,6 @@
name: Core-Checker
-on: [pull_request]
+on: [pull_request]
jobs:
core-checker:
@@ -11,11 +11,11 @@ jobs:
- name: Tool Setup
uses: actions/setup-python@v2
with:
- python-version: 3.8.5
- architecture: x64
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
+ python-version: 3.7.10
+ architecture: x64
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
# Use the checks as defined by the user, so they can locally adjust as needed
- name: Checkout FreeRTOS Tools
uses: actions/checkout@v2
@@ -28,15 +28,15 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- path: inspect
-
+ path: inspect
+
# Collect all affected files
- name: Collecting changed files
uses: lots0logs/gh-action-get-changed-files@2.1.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
-
- # Run checks
+
+ # Run checks
- name: Check File Headers
run: |
cd inspect
@@ -55,11 +55,11 @@ jobs:
submodules: 'recursive'
fetch-depth: 1
- name: Posix Build Checker
- run: |
+ run: |
bash workspace/.github/scripts/posix_build_checker.sh workspace
- name: Install lib pcap dev
run: |
sudo apt-get install libpcap-dev
- name: Posix Network Build Checker
- run: |
+ run: |
bash workspace/.github/scripts/posix_network_build_checker.sh workspace