From 4487951257e20da00efe978b6dc9b1a4af652163 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:55:49 +0000 Subject: [PATCH] chore(deps): pin dependencies (#21557) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/devcontainer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 094242aa40946f..251c7365156579 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Build and run dev container task - uses: devcontainers/ci@v0.3.1900000328 + uses: devcontainers/ci@72700878095f87b851a6c4405a16056caffdc577 # v0.3.1900000328 with: runCmd: yarn build