From 9e659e566d1330aa49222660cdcbbcd9c4d97523 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 14:31:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 --- .github/workflows/beta.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/main.yml | 8 ++++---- .github/workflows/sonar-cloud.yml | 2 +- .github/workflows/test.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 9f4d8cfe6..ddc7764b0 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -58,7 +58,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: cache node_modules uses: actions/cache@v3 id: cache diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 859d25f24..fc74d5964 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10ab58eee..da8bfdddf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: cache node_modules (Example) uses: actions/cache@v3 id: cache @@ -68,7 +68,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Versioning env: GH_TOKEN: ${{ secrets.GH_TOKEN }} @@ -93,7 +93,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -130,7 +130,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: cache docs/node_modules uses: actions/cache@v3 id: cacheDocs diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index fff365887..821cea3f0 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3aeea70d3..f39dab808 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: cache node_modules uses: actions/cache@v3