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