From d61de21c196f94429b2b01d30e3d7fbd22c0a284 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:43:17 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/ci.yml | 4 ++-- .github/workflows/generate.yml | 4 ++-- .github/workflows/lint.yml | 4 ++-- .github/workflows/release-drafter.yml | 2 +- .github/workflows/tidy.yml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f78ae3..3467674 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: - "1.22" steps: - name: Check out source code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 with: go-version: ${{ matrix.version }} diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 59fb804..1552de8 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -14,10 +14,10 @@ jobs: - "1.22" steps: - name: Check out source code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 with: go-version: ${{ matrix.version }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 978c734..33d68cf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,10 +14,10 @@ jobs: - "1.22" steps: - name: Check out source code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 with: go-version: ${{ matrix.version }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 9e02696..b71effb 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6 with: name: next tag: next diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index 7f68cdb..fff71a2 100644 --- a/.github/workflows/tidy.yml +++ b/.github/workflows/tidy.yml @@ -14,10 +14,10 @@ jobs: - "1.22" steps: - name: Check out source code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 with: go-version: ${{ matrix.version }}