From 81983aad52628ff9c0c73a41eeee7b73a56b81f8 Mon Sep 17 00:00:00 2001 From: "renovate-for-tknetworks[bot]" <141540558+renovate-for-tknetworks[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:19:05 +0000 Subject: [PATCH] fix(deps): update github-actions --- .github/workflows/go.yml | 4 ++-- .github/workflows/release-please.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d791b97..1107f3f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 with: go-version: '${{ env.GO_VERSION }}' id: go @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 with: go-version: '${{ env.GO_VERSION }}' id: go diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7c35d3c..bc82f89 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get GITHUB_TOKEN for release - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 id: app-token with: app-id: ${{ secrets.release_gh_app_id }}