Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update camunda/infra-global-github-actions digest to 279d811 #70

Merged
merged 1 commit into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@f2a8d73be4ab72f728725cedb576cb490fe33fa5 # main
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@279d811fedce4dedc973f74f7e520513fc01ca29 # 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 @@ -21,7 +21,7 @@ jobs:

- name: Generate token for GitHub
id: generate-github-token
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@f2a8d73be4ab72f728725cedb576cb490fe33fa5 # f5bbd25c97507d6d2a884eebecaa804a6e34b15f
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@279d811fedce4dedc973f74f7e520513fc01ca29 # f5bbd25c97507d6d2a884eebecaa804a6e34b15f
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/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@f2a8d73be4ab72f728725cedb576cb490fe33fa5 # f5bbd25c97507d6d2a884eebecaa804a6e34b15f
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@279d811fedce4dedc973f74f7e520513fc01ca29 # f5bbd25c97507d6d2a884eebecaa804a6e34b15f
with:
github-app-id-vault-key: GITHUB_APP_ID
github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common
Expand Down