diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee3d6ef3..6cdd6c5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.92 + uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.92 with: bundler-cache: true @@ -77,7 +77,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.92 + uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.92 with: bundler-cache: true # - name: Security audit application code @@ -91,7 +91,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.92 + uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.92 with: bundler-cache: true # Add or replace any other lints here @@ -139,7 +139,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.92 + uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.92 with: bundler-cache: true