diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88cb4dd03..44bf41563 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: steps: - name: 📥 Checkout source - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: 🧰 Install Rust toolchain uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 @@ -179,7 +179,7 @@ jobs: tool: cargo-deb - name: 📥 Checkout source - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: fetch-depth: 0 # Keep the commit history for proper version information @@ -285,7 +285,7 @@ jobs: steps: - name: 📥 Checkout source - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: 🧰 Set up Docker Buildx uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 @@ -382,7 +382,7 @@ jobs: python3-venv gpg - name: 📥 Checkout source - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 # Necessary for steps that invoke Git commands to work properly on workflows run on containers. # See: https://github.com/actions/checkout/issues/766