From 0b0d58ab03bebb1d53a54f344e35425c33fb8697 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Fri, 3 Mar 2023 12:13:57 +0000 Subject: [PATCH] ci(github): update deps & show more aa logs. --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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