diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 965bd1c..5d4283e 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@1e31de5234b9f8995739874a8ce0492dc87873e2 # 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@1e31de5234b9f8995739874a8ce0492dc87873e2 # 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@1e31de5234b9f8995739874a8ce0492dc87873e2 # 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 0f0aa83..76a4cb9 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@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0 - name: "Dependency Review" uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 # v3.0.8 with: