From 1844efcee0ae116015e532f64b7130350a76c669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:31:17 +0000 Subject: [PATCH] chore(ci): bump the actions group with 5 updates Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [radiorabe/actions/.github/workflows/release-container.yaml](https://github.com/radiorabe/actions) | `0.43.1` | `0.43.4` | | [radiorabe/actions/.github/workflows/release-mkdocs.yaml](https://github.com/radiorabe/actions) | `0.43.1` | `0.43.4` | | [radiorabe/actions/.github/workflows/test-github-actions.yaml](https://github.com/radiorabe/actions) | `0.43.1` | `0.43.4` | | [radiorabe/actions/.github/workflows/schedule-trivy.yaml](https://github.com/radiorabe/actions) | `0.43.1` | `0.43.4` | | [radiorabe/actions/.github/workflows/semantic-release.yaml](https://github.com/radiorabe/actions) | `0.43.1` | `0.43.4` | Updates `radiorabe/actions/.github/workflows/release-container.yaml` from 0.43.1 to 0.43.4 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/3f1ee42ffa54794a512d3989c34e3b4514de64cc...f49d301c653f9aa0d99bec7b7f18f2d789e93fa7) Updates `radiorabe/actions/.github/workflows/release-mkdocs.yaml` from 0.43.1 to 0.43.4 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/3f1ee42ffa54794a512d3989c34e3b4514de64cc...f49d301c653f9aa0d99bec7b7f18f2d789e93fa7) Updates `radiorabe/actions/.github/workflows/test-github-actions.yaml` from 0.43.1 to 0.43.4 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/3f1ee42ffa54794a512d3989c34e3b4514de64cc...f49d301c653f9aa0d99bec7b7f18f2d789e93fa7) Updates `radiorabe/actions/.github/workflows/schedule-trivy.yaml` from 0.43.1 to 0.43.4 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/3f1ee42ffa54794a512d3989c34e3b4514de64cc...f49d301c653f9aa0d99bec7b7f18f2d789e93fa7) Updates `radiorabe/actions/.github/workflows/semantic-release.yaml` from 0.43.1 to 0.43.4 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/3f1ee42ffa54794a512d3989c34e3b4514de64cc...f49d301c653f9aa0d99bec7b7f18f2d789e93fa7) --- updated-dependencies: - dependency-name: radiorabe/actions/.github/workflows/release-container.yaml dependency-version: 0.43.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/release-mkdocs.yaml dependency-version: 0.43.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/test-github-actions.yaml dependency-version: 0.43.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/schedule-trivy.yaml dependency-version: 0.43.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/semantic-release.yaml dependency-version: 0.43.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 6 +++--- .github/workflows/schedule.yaml | 2 +- .github/workflows/semantic-release.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index de3f47b..f3fea0a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ on: jobs: release-container: - uses: radiorabe/actions/.github/workflows/release-container.yaml@3f1ee42ffa54794a512d3989c34e3b4514de64cc # v0.43.1 + uses: radiorabe/actions/.github/workflows/release-container.yaml@f49d301c653f9aa0d99bec7b7f18f2d789e93fa7 # v0.43.4 with: image: ghcr.io/radiorabe/python-minimal name: python-minimal @@ -27,9 +27,9 @@ jobs: release-mkdocs: permissions: contents: write # Required to push the gh-pages branch for documentation deployment - uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@3f1ee42ffa54794a512d3989c34e3b4514de64cc # v0.43.1 + uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@f49d301c653f9aa0d99bec7b7f18f2d789e93fa7 # v0.43.4 github-actions: permissions: contents: read security-events: write # so zizmor can publish results to the Security tab - uses: radiorabe/actions/.github/workflows/test-github-actions.yaml@3f1ee42ffa54794a512d3989c34e3b4514de64cc # v0.43.1 + uses: radiorabe/actions/.github/workflows/test-github-actions.yaml@f49d301c653f9aa0d99bec7b7f18f2d789e93fa7 # v0.43.4 diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index a8a61aa..a7fed78 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -7,6 +7,6 @@ on: jobs: schedule-trivy: - uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@3f1ee42ffa54794a512d3989c34e3b4514de64cc # v0.43.1 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@f49d301c653f9aa0d99bec7b7f18f2d789e93fa7 # v0.43.4 with: image-ref: 'ghcr.io/radiorabe/python-minimal:latest' diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 9800989..debdf8b 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -8,6 +8,6 @@ on: jobs: semantic-release: - uses: radiorabe/actions/.github/workflows/semantic-release.yaml@3f1ee42ffa54794a512d3989c34e3b4514de64cc # v0.43.1 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@f49d301c653f9aa0d99bec7b7f18f2d789e93fa7 # v0.43.4 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}