From 5d65a9be0e7702ef4f118d62fdab61efc5bc6ed7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:54:21 +0000 Subject: [PATCH] =?UTF-8?q?build(github-actions):=20=F0=9F=93=A6=20digest?= =?UTF-8?q?=20github-actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-update-contributors.yml | 2 +- .github/workflows/cache-trunk.yml | 4 ++-- .github/workflows/changie-trigger-release.yml | 2 +- .github/workflows/lint-post-annotations.yml | 4 ++-- .github/workflows/lint.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/scan.yml | 4 ++-- .github/workflows/test.yml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/auto-update-contributors.yml b/.github/workflows/auto-update-contributors.yml index fdfdbbb2..76e2f297 100644 --- a/.github/workflows/auto-update-contributors.yml +++ b/.github/workflows/auto-update-contributors.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Check for existing open contributors pull request id: check_pr diff --git a/.github/workflows/cache-trunk.yml b/.github/workflows/cache-trunk.yml index 1977aa63..b4aee964 100644 --- a/.github/workflows/cache-trunk.yml +++ b/.github/workflows/cache-trunk.yml @@ -20,8 +20,8 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Trunk Check - uses: trunk-io/trunk-action@86b68ffae610a05105e90b1f52ad8c549ef482c2 # v1 + uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1 with: check-mode: populate_cache_only diff --git a/.github/workflows/changie-trigger-release.yml b/.github/workflows/changie-trigger-release.yml index 1db04e20..4d8a316f 100644 --- a/.github/workflows/changie-trigger-release.yml +++ b/.github/workflows/changie-trigger-release.yml @@ -27,7 +27,7 @@ jobs: name: dependency-release steps: - name: checkout-repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 # Ensures a full checkout - name: configure-default-git-committer diff --git a/.github/workflows/lint-post-annotations.yml b/.github/workflows/lint-post-annotations.yml index 7e41da8e..399d000c 100644 --- a/.github/workflows/lint-post-annotations.yml +++ b/.github/workflows/lint-post-annotations.yml @@ -14,9 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Trunk Check - uses: trunk-io/trunk-action@86b68ffae610a05105e90b1f52ad8c549ef482c2 # v1.1.16 + uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1.1.19 with: post-annotations: true # only for fork PRs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 658753de..c67b0860 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: contents: read # For repo checkout steps: - name: checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: set-aqua-policy-if-file-exists run: | if [[ -f aqua-policy.yaml ]]; then @@ -41,7 +41,7 @@ jobs: AQUA_LOG_LEVEL: debug AQUA_OPTS: '' - name: trunk-check - uses: trunk-io/trunk-action@86b68ffae610a05105e90b1f52ad8c549ef482c2 # v1.1.16 + uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1.1.19 with: arguments: --github-annotate-new-only=true @@ -56,7 +56,7 @@ jobs: GH_TOKEN: ${{ github.token }} GITHUB_REF_BRANCH: ${{ github.ref }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 ref: ${{ env.GITHUB_REF_BRANCH }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 590846f9..3fc48bee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # https://github.com/magnetikonline/action-golang-cache - name: Setup Golang with cache diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 689207ef..d03d1d64 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -21,7 +21,7 @@ jobs: scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: set-aqua-policy-if-file-exists run: | if [ -f aqua-policy.yaml ]; then @@ -72,7 +72,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1aac8053..3dc3e773 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: set-aqua-policy-if-file-exists run: | if [ -f aqua-policy.yaml ]; then