summaryrefslogtreecommitdiff
path: root/.github/workflows/eval.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/eval.yml')
-rw-r--r--.github/workflows/eval.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml
index a9fecb67b645..beb993655af9 100644
--- a/.github/workflows/eval.yml
+++ b/.github/workflows/eval.yml
@@ -241,7 +241,7 @@ jobs:
steps:
# See ./codeowners-v2.yml, reuse the same App because we need the same permissions
# Can't use the token received from permissions above, because it can't get enough permissions
- - uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
+ - uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
id: app-token
with:
app-id: ${{ vars.OWNER_APP_ID }}