From 5552b8bf62ee53540ddf1ab0b0a281e2fc29ff59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 21:07:31 +0000 Subject: [PATCH] Pin dependencies --- .devcontainer/devcontainer.json | 2 +- .github/workflows/ci.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ccd75472..6a7d5a66 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Ruby", - "image": "mcr.microsoft.com/devcontainers/ruby:3.0", + "image": "mcr.microsoft.com/devcontainers/ruby:3.0@sha256:84ec41f29cabe46f80f235427e64ad675927eda08c50ce54429c6dd661ef9d23", "postCreateCommand": "bundle install && pip install -r requirements.txt", "features": { "ghcr.io/devcontainers/features/python:1": {} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 12117c24..e2d89a1f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,10 +15,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: devcontainers/ci@v0.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 # v0.3 with: runCmd: rake test - - uses: devcontainers/ci@v0.3 + - uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 # v0.3 with: runCmd: rake build \ No newline at end of file