File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5050 steps :
5151 - uses : actions/checkout@v3
5252 - name : Run doxygen build
53- uses : FreeRTOS/CI-CD-Github-Actions/doxygen@v2
53+ uses : FreeRTOS/CI-CD-Github-Actions/doxygen@main
5454 with :
5555 path : ./
5656
6060 - name : Clone This Repo
6161 uses : actions/checkout@v3
6262 - name : Run spellings check
63- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
63+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
6464 with :
6565 path : ./
6666
8383 - name : Checkout coreMQTT
8484 uses : actions/checkout@v3
8585 with :
86- ref : CI-CD-Updates
87- repository : Skptak /coreMQTT
86+ ref : main
87+ repository : FreeRTOS /coreMQTT
8888 path : ssot
8989 - name : Check transport_interface.h
9090 run : |
@@ -126,7 +126,7 @@ jobs:
126126 with :
127127 python-version : " 3.11.0"
128128 - name : Measure sizes
129- uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
129+ uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
130130 with :
131131 config : .github/memory_statistics_config.json
132132 check_against : docs/doxygen/include/size_table.md
@@ -138,7 +138,7 @@ jobs:
138138 - name : Check Links
139139 env :
140140 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
141- uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
141+ uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@main
142142 with :
143143 path : ./
144144
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020 with :
2121 ref : ${{ github.event.inputs.commit_id }}
2222 - name : Configure git identity
5353 - name : Install ZIP tools
5454 run : sudo apt-get install zip unzip
5555 - name : Checkout code
56- uses : actions/checkout@v2
56+ uses : actions/checkout@v3
5757 with :
5858 ref : ${{ github.event.inputs.commit_id }}
5959 path : coreHTTP
You can’t perform that action at this time.
0 commit comments