diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 965bd1c..012e66d 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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..4d7c190 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.0.0 - name: "Dependency Review" uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3 with: