File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,17 @@ 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
21+ - uses : actions/checkout@v4
2222 with :
2323 token : ${{ secrets.GITHUB_TOKEN }}
24-
24+
25+ - name : Mark repository as safe
26+ run : git config --global --add safe.directory $GITHUB_WORKSPACE
27+
2528 - name : Check format
2629 run : make check_format
2730
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