diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c3ce801..61f360b 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@0577caf5f371e5479ffa88e96aac2751f161b03b # v0 + uses: nabeken/go-github-apps@6eb3a08d3b7c6298a0f08b8a718cee8c37522a33 # 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 3111fc8..edd5037 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@0577caf5f371e5479ffa88e96aac2751f161b03b # v0 + uses: nabeken/go-github-apps@6eb3a08d3b7c6298a0f08b8a718cee8c37522a33 # 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@0577caf5f371e5479ffa88e96aac2751f161b03b # v0 + uses: nabeken/go-github-apps@6eb3a08d3b7c6298a0f08b8a718cee8c37522a33 # v0 id: go-github-apps with: installation_id: ${{ secrets.installation_id }}