Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 9a3b96e

Browse files
🌱 Update github-actions group (#7)
| datasource | package | from | to | | ----------- | ----------------------------------------- | ------- | ------- | | github-tags | kubernetes-sigs/kubebuilder-release-tools | v0.4.2 | v0.4.3 | | github-tags | renovatebot/github-action | v39.1.1 | v39.1.4 | Co-authored-by: scs-project-manager[bot] <143188378+scs-project-manager[bot]@users.noreply.github.com> Co-authored-by: Matej Feder <[email protected]>
1 parent 84ad930 commit 9a3b96e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Verifier action
1313
id: verifier
14-
uses: kubernetes-sigs/kubebuilder-release-tools@3c3411345eedc489d1022288aa844691e92a9c29 # v0.4.2
14+
uses: kubernetes-sigs/kubebuilder-release-tools@012269a88fa4c034a0acf1ba84c26b195c0dbab4 # v0.4.3
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN }}
1717

.github/workflows/schedule-update-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "$GITHUB_ENV"
4545
4646
- name: Renovate
47-
uses: renovatebot/github-action@5c6c06aa0e3d7a6a9b6cba05c078c51631b5f11a # v39.1.1
47+
uses: renovatebot/github-action@5d3fbef92a76cbf78f5732d17c07a2e76e6f7555 # v39.1.4
4848
env:
4949
RENOVATE_HOST_RULES: '[{"hostType": "docker", "matchHost": "ghcr.io", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
5050
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '[".*"]'

0 commit comments

Comments
 (0)