From bcc0aa704e63702fb9933bdf1ca3fab5696a5f88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:00:27 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/add-issue-to-project.yaml | 4 ++-- .github/workflows/deploy_catglobe_nupkg.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/add-issue-to-project.yaml b/.github/workflows/add-issue-to-project.yaml index f29f2bcd..0e92d498 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@a55e794e2a44c324f94c9aedda2d5fb0a9f48b3b # v2 # Generate token for GitHub app - name: Generate token id: generate-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: app-id: 1008511 private-key: ${{ secrets.CG_ISSUE_PROCESSOR_TOKEN }} diff --git a/.github/workflows/deploy_catglobe_nupkg.yaml b/.github/workflows/deploy_catglobe_nupkg.yaml index 360197a7..85ae465f 100644 --- a/.github/workflows/deploy_catglobe_nupkg.yaml +++ b/.github/workflows/deploy_catglobe_nupkg.yaml @@ -22,13 +22,13 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup .NET - uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4 + uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5 with: dotnet-version: '10' - name: Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: npm cache-dependency-path: | @@ -40,7 +40,7 @@ jobs: - name: Test run: dotnet test - name: NuGet login (OIDC → temp API key) - uses: NuGet/login@v1 + uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 # v1 id: nuget with: user: Catglobe