File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 container :
17- image : px4io/px4-dev-nuttx-focal:2021-09-08
17+ image : igormisic/improject:v1.0.2
1818 options : --privileged --ulimit core=-1 --security-opt seccomp=unconfined
1919
2020 steps :
21- - uses : actions/checkout@v2
22- with :
23- token : ${{ secrets.GITHUB_TOKEN }}
21+ - uses : actions/checkout@v4
22+
23+ - name : Mark repository as safe
24+ run : git config --global --add safe.directory $GITHUB_WORKSPACE
2425
2526 - name : Check format
2627 run : make check_format
Original file line number Diff line number Diff line change 3636 ]
3737
3838 container :
39- image : px4io/px4-dev-nuttx-focal:2021-09-08
39+ image : igormisic/improject:v1.0.2
4040 options : --privileged --ulimit core=-1 --security-opt seccomp=unconfined
4141 steps :
4242 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments