From 50f6984cb4c13b47a303f5712f2026460e595de3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:23:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5.0.1 --- .github/workflows/add-runtime-custom-property.yml | 2 +- .github/workflows/security-action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-runtime-custom-property.yml b/.github/workflows/add-runtime-custom-property.yml index 7c97d3d..17b9ab0 100644 --- a/.github/workflows/add-runtime-custom-property.yml +++ b/.github/workflows/add-runtime-custom-property.yml @@ -11,7 +11,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: repository: ${{ secrets.RUNTIME_REPOSITORY }} token: ${{ secrets.RUNTIME_REPO_READ_TOKEN }} diff --git a/.github/workflows/security-action.yml b/.github/workflows/security-action.yml index 03c3d03..a270fde 100644 --- a/.github/workflows/security-action.yml +++ b/.github/workflows/security-action.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: fetch-depth: 0 - uses: brave/security-action/actions/main@main