From 1bf0aa0199ed0f089017a626ce213d9f3e9a4a9c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:04:48 +0000 Subject: [PATCH 1/2] Pin third-party GitHub Actions to full commit SHAs --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c121e8f..5e9579f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,8 @@ jobs: runs-on: ubuntu-latest name: Lint and build steps: - - uses: actions/checkout@v4 - - uses: jdx/mise-action@v3 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 - run: npm ci - run: npm run build - run: npm run format:check @@ -34,9 +34,9 @@ jobs: matrix: postgres: [13, 15, 17, 18] steps: - - uses: actions/checkout@v4 - - uses: jdx/mise-action@v3 - - uses: ankane/setup-postgres@v1 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 + - uses: ankane/setup-postgres@4aaf5f833005d1475c041ba96f797d208129630c # v1 with: postgres-version: ${{ matrix.postgres }} database: pgslice_test From 4039f77d3585b50db2868cc68764d92db3efe04e Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:41:43 +0000 Subject: [PATCH 2/2] Fix formatting in workflow file Co-Authored-By: will.porter --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e9579f..a09b4c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,8 @@ jobs: runs-on: ubuntu-latest name: Lint and build steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 - run: npm ci - run: npm run build - run: npm run format:check @@ -34,9 +34,9 @@ jobs: matrix: postgres: [13, 15, 17, 18] steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 - - uses: ankane/setup-postgres@4aaf5f833005d1475c041ba96f797d208129630c # v1 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 + - uses: ankane/setup-postgres@4aaf5f833005d1475c041ba96f797d208129630c # v1 with: postgres-version: ${{ matrix.postgres }} database: pgslice_test