From ed57b62fe205d5ff6e1e3cb346e9dd9e64d89c1e Mon Sep 17 00:00:00 2001 From: "renovate-for-tknetworks[bot]" <141540558+renovate-for-tknetworks[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:11:37 +0000 Subject: [PATCH] fix(deps): update actions/checkout digest to eef6144 --- .github/workflows/go.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/renovate_config_validator.yml | 2 +- .github/workflows/test-action.yml | 2 +- .github/workflows/update_actions_tag.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0a99fb7..1dfd5b5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up Go uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88a4aba..4e331ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: fetch-depth: 0 diff --git a/.github/workflows/renovate_config_validator.yml b/.github/workflows/renovate_config_validator.yml index fc0e034..49c707c 100644 --- a/.github/workflows/renovate_config_validator.yml +++ b/.github/workflows/renovate_config_validator.yml @@ -14,6 +14,6 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Validate the config uses: suzuki-shunsuke/github-action-renovate-config-validator@36a15b83e37bf3221dc9c02ff5ffdaefb51ca1cf # v1.1.0 diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index aaff950..83ac454 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Get GITHUB_TOKEN for Github Apps uses: ./ diff --git a/.github/workflows/update_actions_tag.yml b/.github/workflows/update_actions_tag.yml index e48ef50..808d092 100644 --- a/.github/workflows/update_actions_tag.yml +++ b/.github/workflows/update_actions_tag.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: fregante/setup-git-user@024bc0b8e177d7e77203b48dab6fb45666854b35 # v2