From 732def4f725a79122eb8353a0b680bfbd9ec55e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 02:54:13 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.7 --- .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 300119b..2aef248 100644 --- a/.github/workflows/add-runtime-custom-property.yml +++ b/.github/workflows/add-runtime-custom-property.yml @@ -9,7 +9,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 c61e22c..e09d7d7 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 - uses: brave/security-action/actions/main@main