From b2f794bfc40de859d7e6c780de7596e7d864cc4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 16:53:20 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/module.build.yml | 6 +++--- .github/workflows/on.pr.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 965bd1c..9ed6989 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -61,7 +61,7 @@ jobs: with: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0 with: fetch-depth: 0 - name: "Setup: PNPM" @@ -110,7 +110,7 @@ jobs: with: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0 with: fetch-depth: 0 - name: "Setup: PNPM" @@ -159,7 +159,7 @@ jobs: with: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0 with: fetch-depth: 0 - name: "Setup: PNPM" diff --git a/.github/workflows/on.pr.yml b/.github/workflows/on.pr.yml index 0a1c560..34fd01a 100644 --- a/.github/workflows/on.pr.yml +++ b/.github/workflows/on.pr.yml @@ -32,7 +32,7 @@ jobs: with: egress-policy: audit - name: "Checkout Repository" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0 - name: "Dependency Review" uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3 with: