Skip to content

Commit

Permalink
chore(deps): update patch-grouped
Browse files Browse the repository at this point in the history
| datasource  | package                 | from    | to      |
| ----------- | ----------------------- | ------- | ------- |
| github-tags | gruntwork-io/cloud-nuke | v0.38.0 | v0.38.1 |
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent 4c3e658 commit 9eda471
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .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@f33b10a93487ac736a5f125fc3b13b1066ba760f # main
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@347855aee6ce20a19c5d661b8d4862387483f24c # main
with:
github-app-id-vault-key: GITHUB_APP_ID
github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common
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@f33b10a93487ac736a5f125fc3b13b1066ba760f # main
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@347855aee6ce20a19c5d661b8d4862387483f24c # main
with:
github-app-id-vault-key: GITHUB_APP_ID
github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common
Expand Down
2 changes: 1 addition & 1 deletion .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
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@f33b10a93487ac736a5f125fc3b13b1066ba760f # main
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@347855aee6ce20a19c5d661b8d4862387483f24c # 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@f33b10a93487ac736a5f125fc3b13b1066ba760f # main
uses: camunda/infra-global-github-actions/actionlint@347855aee6ce20a19c5d661b8d4862387483f24c # main

- name: Install tooling using asdf
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3
Expand Down

0 comments on commit 9eda471

Please sign in to comment.