From 5ef095aa371fbe4d52ba1590fc1acfc561897cbb Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Thu, 14 Dec 2023 17:16:22 +0200 Subject: [PATCH] use strict confinement (#79) --- .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"