From 6c460f90f93e4f720ceea3fb73a10ea797ac8edb Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:19:31 +0000 Subject: [PATCH] Pin actions/create-github-app-token action to 6701853 --- .github/workflows/build_ecs_typescript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_ecs_typescript.yml b/.github/workflows/build_ecs_typescript.yml index f7841e3c2c..fac6bc76e5 100644 --- a/.github/workflows/build_ecs_typescript.yml +++ b/.github/workflows/build_ecs_typescript.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Get token id: get_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2 with: app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }} private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}