Skip to content

Commit

Permalink
chore(deps): update minor-grouped (#285)
Browse files Browse the repository at this point in the history
| datasource  | package                      | from    | to       |
| ----------- | ---------------------------- | ------- | -------- |
| github-tags | hashicorp/vault-action       | v3.0.0  | v3.1.0   |
| github-tags | renovatebot/pre-commit-hooks | 39.91.0 | 39.100.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 21df8c0 commit ac8b505
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3

- name: Import secrets
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0
id: secrets
with:
url: ${{ secrets.VAULT_ADDR }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
echo "keycloak_image_name=${keycloak_image_name}"
- name: Import secrets
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0
id: secrets
with:
url: ${{ secrets.VAULT_ADDR }}
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
echo "keycloak_image_name=${keycloak_image_name}"
- name: Import secrets
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0
id: secrets
with:
url: ${{ secrets.VAULT_ADDR }}
Expand Down Expand Up @@ -528,7 +528,7 @@ jobs:
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3

- name: Import secrets
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0
id: secrets
with:
url: ${{ secrets.VAULT_ADDR }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- id: actionlint-docker

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.91.0
rev: 39.100.1
hooks:
- id: renovate-config-validator
args: [--strict]
Expand Down

0 comments on commit ac8b505

Please sign in to comment.