From 1f10c159f186e63736d6b0c775504780bca8611c Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Thu, 11 Jan 2024 15:10:15 +0200 Subject: [PATCH] fix(ci): Use strict confinement in Microk8s (#58) --- .github/workflows/on_pull_request.yaml | 2 +- .github/workflows/on_push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index 3a81966..c93861e 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -12,6 +12,6 @@ jobs: pull-requests: read secrets: inherit with: - microk8s-channel: 1.26/stable + microk8s-channel: 1.26-strict/stable juju-channel: 3.1/stable python-version: "3.8" diff --git a/.github/workflows/on_push.yaml b/.github/workflows/on_push.yaml index 573bfcf..c061d19 100644 --- a/.github/workflows/on_push.yaml +++ b/.github/workflows/on_push.yaml @@ -15,6 +15,6 @@ jobs: pull-requests: read secrets: inherit with: - microk8s-channel: 1.26/stable + microk8s-channel: 1.26-strict/stable juju-channel: 3.1/stable python-version: "3.8"