diff --git a/.github/workflows/build_container_images.yml b/.github/workflows/build_container_images.yml index fd03334..e128745 100644 --- a/.github/workflows/build_container_images.yml +++ b/.github/workflows/build_container_images.yml @@ -33,7 +33,7 @@ jobs: CONTEXT: ${{ matrix.context }} CONTAINERFILE: ${{ matrix.file }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Build image run: podman build -t "$IMAGE" -f "$CONTAINERFILE" "$CONTEXT" diff --git a/.github/workflows/build_images.yml b/.github/workflows/build_images.yml index 63beb40..ef86abb 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -23,7 +23,7 @@ jobs: image: fedora:latest options: --privileged steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install Dependencies # kernel is needed by guestfs-tools, git rust cargo protobuf-compiler are need to build netavark v2 run: dnf install -y kernel kernel-core kernel-modules kernel-modules-core guestfs-tools sequoia-sq git rust cargo protobuf-compiler diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c36fa9b..d835584 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: contents: write steps: - name: Checkout (for upload script) - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Download all artifacts uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1