From 50ccb254b314d567ab69d09b1ae2291b979dbad5 Mon Sep 17 00:00:00 2001 From: Alexander Brown <448862+DrJKL@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:36:23 -0800 Subject: [PATCH] Add github app token action to pinact --- .pinact.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pinact.yaml b/.pinact.yaml index 03fade044..dcf0b0cee 100644 --- a/.pinact.yaml +++ b/.pinact.yaml @@ -8,6 +8,8 @@ files: # Actions that don't need SHA pinning (official GitHub actions are trusted) ignore_actions: + - name: actions/create-github-app-token + ref: v2 - name: actions/cache ref: v5 - name: actions/checkout