diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index bb0f4a3f..ef3ddab2 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -76,7 +76,7 @@ jobs: - name: Setup MySQL Server id: setup-mysql if: ${{ inputs.dbtype != 'sqlite' }} - uses: shogo82148/actions-setup-mysql@840178c12b07a58353c6312be784c23b63756eea # v1 + uses: shogo82148/actions-setup-mysql@9c42ca180d5f1dd4dceb54c23c5eda0384f4d265 # v1 with: mysql-version: '8.0' # Standard MySQL version for these tests auto-start: true