From 6e02b6b4242d1561c01241b1841505307cd0472c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:21:01 +0000 Subject: [PATCH] chore(deps): update github actions (patch) --- .github/workflows/benchmark.yaml | 2 +- .github/workflows/bot-signoff.yaml | 2 +- .github/workflows/conventional-pr.yaml | 2 +- .github/workflows/publish-helm-chart.yaml | 2 +- .github/workflows/release-lambda.yml | 12 ++++++------ .github/workflows/release-please.yaml | 4 ++-- .github/workflows/release.yaml | 6 +++--- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 24f65f93..2376dcda 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 diff --git a/.github/workflows/bot-signoff.yaml b/.github/workflows/bot-signoff.yaml index 4767e0ea..8a9af7e6 100644 --- a/.github/workflows/bot-signoff.yaml +++ b/.github/workflows/bot-signoff.yaml @@ -68,7 +68,7 @@ jobs: owner: ${{ github.repository_owner }} repositories: ${{ github.event.repository.name }} - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: token: ${{ steps.generate-token.outputs.token }} ref: ${{ github.head_ref || github.ref }} diff --git a/.github/workflows/conventional-pr.yaml b/.github/workflows/conventional-pr.yaml index 01ae5fee..194785d8 100644 --- a/.github/workflows/conventional-pr.yaml +++ b/.github/workflows/conventional-pr.yaml @@ -36,7 +36,7 @@ jobs: lint-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Generate a token id: generate-token uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 diff --git a/.github/workflows/publish-helm-chart.yaml b/.github/workflows/publish-helm-chart.yaml index bf195531..3fa557d6 100644 --- a/.github/workflows/publish-helm-chart.yaml +++ b/.github/workflows/publish-helm-chart.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 diff --git a/.github/workflows/release-lambda.yml b/.github/workflows/release-lambda.yml index 4eefa3f2..71d13e85 100644 --- a/.github/workflows/release-lambda.yml +++ b/.github/workflows/release-lambda.yml @@ -44,7 +44,7 @@ jobs: build_matrix: ${{ steps.matrix.outputs.build_matrix }} publish_matrix: ${{ steps.matrix.outputs.publish_matrix }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Determine version id: version @@ -132,7 +132,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.prepare.outputs.build_matrix) }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up Docker Buildx uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 @@ -181,10 +181,10 @@ jobs: max-parallel: 5 matrix: ${{ fromJson(needs.prepare.outputs.publish_matrix) }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6 with: role-to-assume: ${{ secrets.AWS_LAMBDA_LAYER_ROLE_ARN }} aws-region: ${{ matrix.region }} @@ -277,10 +277,10 @@ jobs: needs: [prepare] if: ${{ inputs.dry_run != true }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6 with: role-to-assume: ${{ secrets.AWS_LAMBDA_LAYER_ROLE_ARN }} aws-region: us-east-1 diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 10df75f6..0b5d9099 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -45,7 +45,7 @@ jobs: private-key: ${{ secrets.TERO_BOT_PRIVATE_SIGNING_KEY }} owner: ${{ github.repository_owner }} - - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0 + - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1 id: release_please with: token: ${{ steps.generate-token.outputs.token }} @@ -96,7 +96,7 @@ jobs: - name: Checkout release PR branch if: ${{ steps.resolve_pr.outputs.pr_branch != '' }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ steps.resolve_pr.outputs.pr_branch }} token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2ce1ec2e..398ad2f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set binary name run: | @@ -119,7 +119,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set binary name run: | @@ -225,7 +225,7 @@ jobs: fi - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Docker meta id: meta