Skip to content

Commit

Permalink
chore(deps): update patch-grouped (#164)
Browse files Browse the repository at this point in the history
| datasource  | package                       | from    | to      |
| ----------- | ----------------------------- | ------- | ------- |
| github-tags | camunda/infraex-common-config | 1.2.8   | 1.2.11  |
| github-tags | gruntwork-io/cloud-nuke       | v0.38.0 | v0.38.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 5b5069b commit c9cf23c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/actions/report-failure-on-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
- name: Generate token for GitHub
id: generate-github-token
if: ${{ inputs.disable_silence_check == 'false' }}
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@3232e9983af5e05ea446e2cdc3bbaffd4b300e5c # main
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@d77000545c7ea9403f90bf2eedbe052ff9656873 # main
with:
github-app-id-vault-key: GITHUB_APP_ID
github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common
Expand Down Expand Up @@ -72,7 +72,7 @@ runs:
- name: Import Secrets
id: secrets
if: ${{ steps.silence-check.outcome != 'success' }} # in case of success it means that a silence issue exists
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3
uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3
with:
url: ${{ inputs.vault_addr }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Generate token for GitHub
id: generate-github-token
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@3232e9983af5e05ea446e2cdc3bbaffd4b300e5c # main
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@d77000545c7ea9403f90bf2eedbe052ff9656873 # main
with:
github-app-id-vault-key: GITHUB_APP_ID
github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aws_nightly_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
env:
AWS_PROFILE: infex
# renovate: datasource=github-tags depName=gruntwork-io/cloud-nuke
CLOUD_NUKE_VERSION: v0.38.0
CLOUD_NUKE_VERSION: v0.38.1

# Limit workflow to a single execution per ref
concurrency:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Import Secrets
id: secrets
if: ${{ env.should_run == 'true' }}
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3
uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Generate token for GitHub
id: generate-github-token
if: env.autofix_pr == 'true'
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@3232e9983af5e05ea446e2cdc3bbaffd4b300e5c # main
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@d77000545c7ea9403f90bf2eedbe052ff9656873 # main
with:
github-app-id-vault-key: GITHUB_APP_ID
github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common
Expand All @@ -53,7 +53,7 @@ jobs:
if: env.autofix_pr == 'false'

- name: Centralized Actionlint
uses: camunda/infra-global-github-actions/actionlint@3232e9983af5e05ea446e2cdc3bbaffd4b300e5c # main
uses: camunda/infra-global-github-actions/actionlint@d77000545c7ea9403f90bf2eedbe052ff9656873 # main

# Required for pre-commit to work with Python referenced in .tool-versions for Ubuntu >= 24.04
- name: Install Python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/camunda/infraex-common-config
rev: 1.2.8 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
rev: 1.2.11 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
hooks:
- id: update-action-readmes-docker

Expand Down

0 comments on commit c9cf23c

Please sign in to comment.