File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : Create GitHub app token
4141 id : app-token
42- uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
42+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
4343 with :
4444 app-id : ${{ fromJSON(steps.get-secrets.outputs.secrets).SM_APPROVER_APP_ID }}
4545 private-key : ${{ fromJSON(steps.get-secrets.outputs.secrets).SM_APPROVER_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 5050
5151 - name : create GitHub app token
5252 id : app-token
53- uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
53+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
5454 with :
5555 app-id : ${{ env.GRAFANA_RENOVATE_APP_ID }}
5656 private-key : ${{ env.GRAFANA_RENOVATE_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments