From e271eb17a137b55558a3982ab81314d478df067c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 07:05:36 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/add-issue-to-project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-issue-to-project.yaml b/.github/workflows/add-issue-to-project.yaml index f29f2bc..b81ef4b 100755 --- a/.github/workflows/add-issue-to-project.yaml +++ b/.github/workflows/add-issue-to-project.yaml @@ -10,11 +10,11 @@ jobs: runs-on: cg-linux steps: - name: Save actions cache - uses: Catglobe/save-actions-cache@v1 + uses: Catglobe/save-actions-cache@559d503b658d4c2986f1a7fbdd39727aed115475 # v1 # Generate token for GitHub app - name: Generate token id: generate-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1 with: app-id: 1008511 private-key: ${{ secrets.CG_ISSUE_PROCESSOR_TOKEN }}