From 6855ef8a07c8aa8bfe6dd3221b507364013f9994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 04:46:51 +0000 Subject: [PATCH 1/2] chore(deps): bump hoverkraft-tech/ci-github-publish Bumps the github-actions-dependencies group with 1 update in the / directory: [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish). Updates `hoverkraft-tech/ci-github-publish` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-publish/compare/e38260241de6b96a9f21834ca2d399789013e7ff...96630200183ad2374b71f20a6cb6d828c5e8b2c2) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/__main-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index 5b540a1..f61d001 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -31,7 +31,7 @@ jobs: release: needs: ci if: github.event_name != 'schedule' - uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@e38260241de6b96a9f21834ca2d399789013e7ff # 0.5.1 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@96630200183ad2374b71f20a6cb6d828c5e8b2c2 # 0.6.0 with: update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }} github-app-id: ${{ vars.CI_BOT_APP_ID }} From dbc7b185b242827307c34bff8b11839ecd42507a Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Fri, 11 Jul 2025 10:38:06 +0200 Subject: [PATCH 2/2] ci: add proper permissions for release workflow Signed-off-by: Emilien Escalle --- .github/workflows/__main-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index f61d001..294a298 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -13,6 +13,7 @@ on: permissions: actions: write contents: write + pages: write pull-requests: write security-events: write statuses: write