From 182b0793bcd091ceb65ed0f6ff1aa41398de413a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 00:48:06 +0000 Subject: [PATCH 1/2] chore(deps): update actions/checkout action to v6.0.3 --- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/publish_charm.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 5357892..69d14c4 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -16,7 +16,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Set up Python uses: actions/setup-python@v6.2.0 diff --git a/.github/workflows/publish_charm.yaml b/.github/workflows/publish_charm.yaml index 2d62f5c..4e4569b 100644 --- a/.github/workflows/publish_charm.yaml +++ b/.github/workflows/publish_charm.yaml @@ -14,7 +14,7 @@ jobs: generate-anycharm-json-artifact: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - run: | python3 - <<'EOF' > /tmp/any_app_backend_src.json import json From d0b23afec86459da30f55227c879a9c3780da95d Mon Sep 17 00:00:00 2001 From: "Sebastien Georget (charmkeeper)" Date: Fri, 19 Jun 2026 13:12:46 +0200 Subject: [PATCH 2/2] Add pull-requests write permission to bot_pr_approval job The bot_pr_approval workflow requires pull-requests: write permission to approve bot-authored PRs via the GitHub API. This permission has been added at the job level as per the operator-workflows documentation. --- .github/workflows/bot_pr_approval.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bot_pr_approval.yaml b/.github/workflows/bot_pr_approval.yaml index e38c584..bbf9af1 100644 --- a/.github/workflows/bot_pr_approval.yaml +++ b/.github/workflows/bot_pr_approval.yaml @@ -6,4 +6,6 @@ on: jobs: bot_pr_approval: uses: canonical/operator-workflows/.github/workflows/bot_pr_approval.yaml@main + permissions: + pull-requests: write secrets: inherit