Skip to content

Commit

Permalink
chore(ci): bump radiorabe/actions from 0.25.0 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/radiorabe/actions/releases)
- [Commits](radiorabe/actions@v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: radiorabe/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 17b3b5c commit 309f73a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

jobs:
release-container:
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.25.0
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.26.0
with:
image: ghcr.io/radiorabe/acrmonitoring
name: acrmonitoring
display-name: Analyse ACRCloud data dumps and generate events for Zabbix
tags: minimal rhel9 ubi9 rabe minio kafka cloudevents acrcloud
mkdocs:
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.25.0
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.26.0
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.25.0
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.26.0
with:
image-ref: 'ghcr.io/radiorabe/acrmonitoring:latest'
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
semantic-release:
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.25.0
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.26.0
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
test-python-poetry:
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.25.0
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.26.0

0 comments on commit 309f73a

Please sign in to comment.