From 09c75c19e0fddfe125eb285168b1c36452011007 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <141540558+renovate-for-tknetworks[bot]@users.noreply.github.enterprise.com> Date: Fri, 22 Sep 2023 22:12:15 +0000 Subject: [PATCH] fix(deps): update actions/checkout digest to 8ade135 --- .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 34fdd11..4c105f5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Build run: go build -v ./... diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70ccd10..2493005 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: fetch-depth: 0 diff --git a/.github/workflows/renovate_config_validator.yml b/.github/workflows/renovate_config_validator.yml index 541571b..93c572d 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Validate the config uses: suzuki-shunsuke/github-action-renovate-config-validator@b7cd2b598bb51d071a2474e98f55cc25f91abec1 # v0.1.3 diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index a7e9913..1a075cf 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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 58bcccb..e8b8112 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: fregante/setup-git-user@77c1b5542f14ab6db4b8462d6857e31deb988b09 # v2