From 34e3252dd18b41bf89d74cd56362d8a97ae4fa34 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Fri, 21 Jun 2024 16:21:46 -0600 Subject: [PATCH] tie actions to a specific ref do we need to bump the v2 to v3 in order to get the ruby actions? --- .github/workflows/cleanup.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 8f5136657b..d692cf6b26 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -37,7 +37,7 @@ jobs: steps: - name: "Run the cleanup action" - uses: mongodb-labs/drivers-github-tools/ruby/cleanup@v2 + uses: mongodb-labs/drivers-github-tools/ruby/cleanup@fcaaff96e5b37fe4d4480546a69ded21680683be with: app_id: ${{ vars.APP_ID }} app_private_key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc95277ae5..d00e291e3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: steps: - name: "Run the publish action" - uses: mongodb-labs/drivers-github-tools/ruby/publish@v2 + uses: mongodb-labs/drivers-github-tools/ruby/publish@fcaaff96e5b37fe4d4480546a69ded21680683be with: app_id: ${{ vars.APP_ID }} app_private_key: ${{ secrets.APP_PRIVATE_KEY }}