From 03bb38f7274e24296ede0e3912064d757460727e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 07:14:13 +0000 Subject: [PATCH] chore(deps): update github actions Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/commitlint.yaml | 2 +- .github/workflows/pr-audit.yaml | 2 +- .github/workflows/pr-closed.yaml | 2 +- .github/workflows/publish.yaml | 4 ++-- .github/workflows/test.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 905e2b57..d4de5049 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 diff --git a/.github/workflows/pr-audit.yaml b/.github/workflows/pr-audit.yaml index 5b96f2f1..298aa98b 100644 --- a/.github/workflows/pr-audit.yaml +++ b/.github/workflows/pr-audit.yaml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/pr-closed.yaml b/.github/workflows/pr-closed.yaml index 35867421..e68b29de 100644 --- a/.github/workflows/pr-closed.yaml +++ b/.github/workflows/pr-closed.yaml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout Source Code - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Remove preview consumption comment uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c31a3e68..05526cd3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.KONGPONENTS_BOT_PAT }} - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 token: ${{ secrets.KONGPONENTS_BOT_PAT }} @@ -138,7 +138,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Setup PNPM with Dependencies uses: ./.github/actions/setup-pnpm-with-dependencies/ diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0a8b45d3..b9b484cd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Setup PNPM with Dependencies uses: ./.github/actions/setup-pnpm-with-dependencies/