diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c4750d3d..210280351 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Build dependencies run: | @@ -33,7 +33,9 @@ jobs: sudo systemctl status apparmor.service - name: Show AppArmor log - run: sudo aa-log + run: | + sudo aa-log + sudo aa-log -s - name: Ensure compatibility with some AppArmor userspace tools run: sudo aa-enforce /etc/apparmor.d/aa-notify