From 3048986ce565dda58ad948be6aae1abb52c206e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:21:40 +0000 Subject: [PATCH] chore(deps): pin palashmon/reusable-workflows action to d30c1aa --- .github/workflows/auto-approve.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 41b26da..725e818 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -4,4 +4,4 @@ permissions: pull-requests: write jobs: auto-approve: - uses: palashmon/reusable-workflows/.github/workflows/auto-approve.yml@main \ No newline at end of file + uses: palashmon/reusable-workflows/.github/workflows/auto-approve.yml@d30c1aaaceab5c7d3f95551c051afce367c2aeba # main \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c78ed2..562aa70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ concurrency: jobs: test: - uses: palashmon/reusable-workflows/.github/workflows/main-build.yml@main + uses: palashmon/reusable-workflows/.github/workflows/main-build.yml@d30c1aaaceab5c7d3f95551c051afce367c2aeba # main with: test-needed: false install-legacy-peer-deps: true