File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ runs:
108108
109109 - name : Analyze Logs with AI
110110 id : analyze
111- uses : actions/ai-inference@a380166897b5408b8fb7dddd148142794cb5624a # v2.0.6
111+ uses : actions/ai-inference@e09e65981758de8b2fdab13c2bfb7c7d5493b0b6 # v2.0.7
112112 with :
113113 model : ${{ inputs.model }}
114114 max-tokens : ${{ inputs.max_tokens }}
Original file line number Diff line number Diff line change 3636 - name : Generate token for GitHub
3737 id : generate-github-token
3838 if : ${{ inputs.disable_silence_check == 'false' }}
39- uses : camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@a969eec70a9f47d8b77a13a3c052c9d9c8376390 # main
39+ uses : camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@ac9d5d62b916d9a78e83b040d4d7695e8e3915ef # main
4040 with :
4141 github-app-id-vault-key : GITHUB_APP_ID
4242 github-app-id-vault-path : secret/data/products/infrastructure-experience/ci/common
Original file line number Diff line number Diff line change 6868
6969 - name : Generate token for GitHub
7070 id : generate-github-token
71- uses : camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@a969eec70a9f47d8b77a13a3c052c9d9c8376390 # main
71+ uses : camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@ac9d5d62b916d9a78e83b040d4d7695e8e3915ef # main
7272 with :
7373 github-app-id-vault-key : GITHUB_APP_ID
7474 github-app-id-vault-path : secret/data/products/infrastructure-experience/ci/common
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 secret/data/products/infrastructure-experience/ci/common AWS_SECRET_KEY;
122122 - name : Configure AWS CLI
123123 if : ${{ env.should_run == 'true' }}
124- uses : camunda/camunda-deployment-references/./.github/actions/aws-configure-cli@4f6e8754c0db73b138f11846d264f04da3e94cee # main
124+ uses : camunda/camunda-deployment-references/./.github/actions/aws-configure-cli@113449303b77ce5cd56d816f5bd96f97bad884c1 # main
125125 with :
126126 vault-addr : ${{ secrets.VAULT_ADDR }}
127127 vault-role-id : ${{ secrets.VAULT_ROLE_ID }}
@@ -149,7 +149,7 @@ jobs:
149149 id : generate-github-token
150150 # Only run for the next step
151151 if : ${{ env.should_run == 'true' && env.AWS_REGION == 'eu-north-1' }}
152- uses : camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@a969eec70a9f47d8b77a13a3c052c9d9c8376390 # main
152+ uses : camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@ac9d5d62b916d9a78e83b040d4d7695e8e3915ef # main
153153 with :
154154 github-app-id-vault-key : GITHUB_APP_ID
155155 github-app-id-vault-path : secret/data/products/infrastructure-experience/ci/common
Original file line number Diff line number Diff line change 3131 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3232 - name : Generate token for GitHub
3333 id : generate-github-token
34- uses : camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@a969eec70a9f47d8b77a13a3c052c9d9c8376390 # main
34+ uses : camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@ac9d5d62b916d9a78e83b040d4d7695e8e3915ef # main
3535 with :
3636 github-app-id-vault-key : GITHUB_APP_ID
3737 github-app-id-vault-path : secret/data/products/infrastructure-experience/ci/common
Original file line number Diff line number Diff line change 3030 - name : Generate token for GitHub
3131 id : generate-github-token
3232 if : env.autofix_pr == 'true'
33- uses : camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@a969eec70a9f47d8b77a13a3c052c9d9c8376390 # main
33+ uses : camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@ac9d5d62b916d9a78e83b040d4d7695e8e3915ef # main
3434 with :
3535 github-app-id-vault-key : GITHUB_APP_ID
3636 github-app-id-vault-path : secret/data/products/infrastructure-experience/ci/common
Original file line number Diff line number Diff line change 6262 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6363
6464 - name : Configure AWS CLI
65- uses : camunda/camunda-deployment-references/./.github/actions/aws-configure-cli@4f6e8754c0db73b138f11846d264f04da3e94cee # main
65+ uses : camunda/camunda-deployment-references/./.github/actions/aws-configure-cli@113449303b77ce5cd56d816f5bd96f97bad884c1 # main
6666 with :
6767 vault-addr : ${{ secrets.VAULT_ADDR }}
6868 vault-role-id : ${{ secrets.VAULT_ROLE_ID }}
@@ -106,7 +106,7 @@ jobs:
106106 secret/data/products/infrastructure-experience/ci/common SLACK_BOT_TOKEN;
107107
108108 - name : Configure AWS CLI
109- uses : camunda/camunda-deployment-references/./.github/actions/aws-configure-cli@4f6e8754c0db73b138f11846d264f04da3e94cee # main
109+ uses : camunda/camunda-deployment-references/./.github/actions/aws-configure-cli@113449303b77ce5cd56d816f5bd96f97bad884c1 # main
110110 with :
111111 vault-addr : ${{ secrets.VAULT_ADDR }}
112112 vault-role-id : ${{ secrets.VAULT_ROLE_ID }}
You can’t perform that action at this time.
0 commit comments