Skip to content

Commit

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

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

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

jobs:
release-container:
uses: radiorabe/actions/.github/workflows/[email protected].3
uses: radiorabe/actions/.github/workflows/[email protected].4
with:
image: ghcr.io/radiorabe/s2i-python
name: s2i-python
display-name: RaBe S2I Python Minimal
tags: minimal rhel8 rabe s2i python python312
cosign-base-image-only: true
mkdocs:
uses: radiorabe/actions/.github/workflows/[email protected].3
uses: radiorabe/actions/.github/workflows/[email protected].4
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:
schedule-trivy:
uses: radiorabe/actions/.github/workflows/[email protected].3
uses: radiorabe/actions/.github/workflows/[email protected].4
with:
image-ref: 'ghcr.io/radiorabe/s2i-python: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/[email protected].3
uses: radiorabe/actions/.github/workflows/[email protected].4
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 comments on commit 5daaf00

Please sign in to comment.