diff --git a/.github/workflows/conformance-tests.yml b/.github/workflows/conformance-tests.yml index 53719aa..5ab5865 100644 --- a/.github/workflows/conformance-tests.yml +++ b/.github/workflows/conformance-tests.yml @@ -23,7 +23,7 @@ jobs: - missing-attestations - malformed-bundle steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 - name: Download shim uses: actions/download-artifact@v4 @@ -70,7 +70,7 @@ jobs: name: Build Test Artifacts runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/hypatia-scan.yml b/.github/workflows/hypatia-scan.yml index f2bf132..5158103 100644 --- a/.github/workflows/hypatia-scan.yml +++ b/.github/workflows/hypatia-scan.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 with: fetch-depth: 0 # Full history for better pattern analysis diff --git a/.github/workflows/spec-validation.yml b/.github/workflows/spec-validation.yml index 923c939..91d1183 100644 --- a/.github/workflows/spec-validation.yml +++ b/.github/workflows/spec-validation.yml @@ -14,7 +14,7 @@ jobs: name: Lint AsciiDoc Specs runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 - name: Install asciidoctor run: | @@ -55,7 +55,7 @@ jobs: name: Validate Examples runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 - name: Check example structure run: | diff --git a/.github/workflows/test-implementations.yml b/.github/workflows/test-implementations.yml index 9062b30..adee10b 100644 --- a/.github/workflows/test-implementations.yml +++ b/.github/workflows/test-implementations.yml @@ -14,7 +14,7 @@ jobs: name: Build Rust Containerd Shim runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable @@ -44,7 +44,7 @@ jobs: name: Test Bash Implementations runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 - name: Install dependencies run: | @@ -71,7 +71,7 @@ jobs: name: Build Test Bundles runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 - name: Build .ctp test bundles run: |