Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/cache_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
actions: write
contents: read
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- name: Check out code
uses: actions/checkout@v5

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/colcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ jobs:
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/esp32_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ jobs:
gcc: [10]

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/checkout@v5
with:
submodules: 'recursive'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_branch_conventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- name: Checkout PR branch
uses: actions/checkout@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_ccache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
]
gcc: [10]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_chibios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ jobs:
toolchain: chibios-clang

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- config: sitltest-can
type: coverage
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_dds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ jobs:
stm32h7
]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- os: debian
name: bullseye
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- name: Install Git
timeout-minutes: 30
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_linux_sbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ jobs:
toolchain: armhf

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_replay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ jobs:
replay
]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_scripting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-base:v0.1.3
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
validate_board_list,
logger_metadata,
param-file-validation,
]
]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test_sitl_blimp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ jobs:
clang,
]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down Expand Up @@ -220,6 +223,9 @@ jobs:
]

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/test_sitl_copter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ jobs:
clang,
]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down Expand Up @@ -225,6 +228,9 @@ jobs:
]

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down Expand Up @@ -293,6 +299,9 @@ jobs:
image: ardupilot/ardupilot-dev-base:v0.1.3
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down Expand Up @@ -334,6 +343,9 @@ jobs:
]

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test_sitl_periph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ jobs:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-periph:v0.1.3
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down Expand Up @@ -213,6 +216,9 @@ jobs:
]

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test_sitl_plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ jobs:
clang,
]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down Expand Up @@ -222,6 +225,9 @@ jobs:
]

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test_sitl_rover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ jobs:
clang,
]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down Expand Up @@ -223,6 +226,9 @@ jobs:
]

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test_sitl_sub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ jobs:
clang,
]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down Expand Up @@ -222,6 +225,9 @@ jobs:
]

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test_sitl_tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ jobs:
clang,
]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down Expand Up @@ -221,6 +224,9 @@ jobs:
]

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
- config: disco
toolchain: chibios
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.base.ref }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ jobs:
sitl
]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
# git checkout the PR
- uses: actions/checkout@v5
with:
Expand Down
Loading