From 3c07756e6f8718c741495e7d31c41460b8d11d9e Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <141540558+renovate-for-tknetworks[bot]@users.noreply.github.enterprise.com> Date: Wed, 17 Jul 2024 22:08:49 +0000 Subject: [PATCH] fix(deps): update github-actions --- .github/workflows/release-please.yml | 2 +- .github/workflows/test-action.yml | 4 ++-- .github/workflows/update_actions_tag.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index bd83d58..03a483f 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: nabeken/go-github-apps@ad9874fea2c2c0799b7bc0dece5e3f1251c72eaf # v0 + uses: nabeken/go-github-apps@afd4a1da8d2eafaa6902580a943dc17dfd055ba9 # v0 id: go-github-apps with: app_id: ${{ secrets.release_gh_app_id }} diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 531b91a..1f34cb4 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Get GITHUB_TOKEN for Github Apps - uses: nabeken/go-github-apps@ad9874fea2c2c0799b7bc0dece5e3f1251c72eaf # v0 + uses: nabeken/go-github-apps@afd4a1da8d2eafaa6902580a943dc17dfd055ba9 # v0 id: go-github-apps with: installation_id: ${{ secrets.installation_id }} @@ -57,7 +57,7 @@ jobs: steps: - name: Get GITHUB_TOKEN for Github Apps - uses: nabeken/go-github-apps@ad9874fea2c2c0799b7bc0dece5e3f1251c72eaf # v0 + uses: nabeken/go-github-apps@afd4a1da8d2eafaa6902580a943dc17dfd055ba9 # v0 id: go-github-apps with: installation_id: ${{ secrets.installation_id }} diff --git a/.github/workflows/update_actions_tag.yml b/.github/workflows/update_actions_tag.yml index ae60e38..e48ef50 100644 --- a/.github/workflows/update_actions_tag.yml +++ b/.github/workflows/update_actions_tag.yml @@ -15,7 +15,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: fregante/setup-git-user@77c1b5542f14ab6db4b8462d6857e31deb988b09 # v2 + - uses: fregante/setup-git-user@024bc0b8e177d7e77203b48dab6fb45666854b35 # v2 - name: Tag the actions release tag run: |