From e6a2c8c661eb41e337c63092ef5675d7d67d08cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 22:00:43 +0000 Subject: [PATCH] ci(tools): pin dependencies --- .github/workflows/release.yml | 6 +++--- .github/workflows/tools.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b16c24..45ff1a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,12 +17,12 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: token: ${{ secrets.BOT_ACCESS_TOKEN }} - name: Setup nodejs - uses: actions/setup-node@v5 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: node-version: 22.x @@ -46,7 +46,7 @@ jobs: run: git pull --rebase --autostash - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9 with: author_name: GitHub Actions author_email: github@webhippie.de diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 0fbb222..e0780f5 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Generate token id: token - uses: tibdex/github-app-token@v2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 with: app_id: ${{ secrets.TOKEN_EXCHANGE_APP }} installation_retrieval_mode: id @@ -28,13 +28,13 @@ jobs: {"contents": "write", "pull_requests": "write", "issues": "write"} - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - name: Setup golang - uses: actions/setup-go@v6 + uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6 with: go-version-file: go.mod @@ -58,7 +58,7 @@ jobs: - name: Create request id: request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 with: branch: update/tools delete-branch: true