Skip to content

Commit 3c3fe15

Browse files
committed
Point all GitHub actions to mainline following final merge
1 parent b4d915b commit 3c3fe15

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: FreeRTOS/CI-CD-Github-Actions/coverage-cop@main
3636
with:
3737
coverage-file: ./build/coverage.info
38+
3839
complexity:
3940
runs-on: ubuntu-latest
4041
steps:
@@ -43,23 +44,26 @@ jobs:
4344
uses: FreeRTOS/CI-CD-Github-Actions/complexity@main
4445
with:
4546
path: ./
47+
4648
doxygen:
4749
runs-on: ubuntu-latest
4850
steps:
4951
- uses: actions/checkout@v3
5052
- name: Run doxygen build
51-
uses: FreeRTOS/CI-CD-Github-Actions/doxygen@v2
53+
uses: FreeRTOS/CI-CD-Github-Actions/doxygen@main
5254
with:
5355
path: ./
56+
5457
spell-check:
5558
runs-on: ubuntu-latest
5659
steps:
5760
- name: Clone This Repo
5861
uses: actions/checkout@v3
5962
- name: Run spellings check
60-
uses: FreeRTOS/CI-CD-GitHub-Actions/spellings@v2
63+
uses: FreeRTOS/CI-CD-Github-Actions/spellings@main
6164
with:
6265
path: ./
66+
6367
formatting:
6468
runs-on: ubuntu-20.04
6569
steps:
@@ -68,6 +72,7 @@ jobs:
6872
uses: FreeRTOS/CI-CD-Github-Actions/formatting@main
6973
with:
7074
path: ./
75+
7176
git-secrets:
7277
runs-on: ubuntu-latest
7378
steps:
@@ -84,6 +89,7 @@ jobs:
8489
run: |
8590
git-secrets --register-aws
8691
git-secrets --scan
92+
8793
custom-standard-c-headers:
8894
runs-on: ubuntu-latest
8995
steps:
@@ -99,6 +105,7 @@ jobs:
99105
-DBUILD_CLONE_SUBMODULES=ON \
100106
-DCMAKE_C_FLAGS='-Wall -Wextra -I../override-include'
101107
make -C build/ coverity_analysis
108+
102109
memory_statistics:
103110
runs-on: ubuntu-latest
104111
steps:
@@ -110,7 +117,7 @@ jobs:
110117
with:
111118
python-version: "3.11.0"
112119
- name: Measure sizes
113-
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
120+
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
114121
with:
115122
config: .github/memory_statistics_config.json
116123
check_against: docs/doxygen/include/size_table.md
@@ -122,7 +129,7 @@ jobs:
122129
- name: Check Links
123130
env:
124131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125-
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
132+
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@main
126133
with:
127134
path: ./
128135

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
runs-on: ubuntu-20.04
2020
steps:
2121
- name: Apply Formatting Fix
22-
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@v2
22+
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
2323
id: check-formatting

0 commit comments

Comments
 (0)